Click or drag to resize

ConfigurationException Constructor

Overload List
  NameDescription
Public methodConfigurationException
Initializes a new instance of the ConfigurationException class.
Public methodConfigurationException(String)
Initializes a new instance of the ConfigurationException class with a specified error message.
Protected methodConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConfigurationException class with serialized data.
Public methodConfigurationException(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.
Public methodConfigurationException(String, String)
Initializes a new instance of the ConfigurationException class with a specified error message.
Public methodConfigurationException(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.
Top
See Also