ConfigurationErrorsException Methods
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetBaseException() | |
![]() ![]() | GetFilename(XmlNode^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the path to the configuration file from which the internal XmlNode object was loaded when this configuration exception was thrown. |
![]() ![]() | GetFilename(XmlReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the path to the configuration file that the internal XmlReader was reading when this configuration exception was thrown. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetLineNumber(XmlNode^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the line number within the configuration file that the internal XmlNode object represented when this configuration exception was thrown. |
![]() ![]() | GetLineNumber(XmlReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the line number within the configuration file that the internal XmlReader object was processing when this configuration exception was thrown. |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the SerializationInfo object with the file name and line number at which this configuration exception occurred.(Overrides ConfigurationException::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | Gets the runtime type of the current instance.(Inherited from Exception.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Creates and returns a string representation of the current exception.(Inherited from Exception.) |


