ConfigurationException Constructor |
Name | Description | |
---|---|---|
![]() | ConfigurationException | Initializes a new instance of the ConfigurationException class. |
![]() | ConfigurationException(String) | Initializes a new instance of the ConfigurationException class with a specified error message. |
![]() | ConfigurationException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConfigurationException class with serialized data. |
![]() | ConfigurationException(String, Exception) | Initializes a new instance of the ConfigurationException class with a specified error message and a reference to the
inner exception that is the cause of this exception. |
![]() | ConfigurationException(String, String) | Initializes a new instance of the ConfigurationException class with a specified error message. |
![]() | ConfigurationException(String, String, Exception) | Initializes a new instance of the ConfigurationException class with a specified error message and a reference to the
inner exception that is the cause of this exception. |