ConfigurationException Constructor
ConfigurationException()
Initializes a new instance of the Configuration
Declaration
public ConfigurationException()
ConfigurationException(string)
Initializes a new instance of the Configuration
Declaration
public ConfigurationException(string message)
Parameters
string | message | The message that describes the error. |
ConfigurationException(Exception)
Initializes a new instance of the Configuration
Declaration
public ConfigurationException(Exception innerException)
Parameters
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
ConfigurationException(string, Exception)
Initializes a new instance of the Configuration
Declaration
public ConfigurationException(string message, Exception innerException)