ConfigurationException Constructor |
| Name | Description | |
|---|---|---|
| ConfigurationException(String) |
Initializes a new instance of the Dynamicweb.Configuration.ConfigurationException class with a message indicating the reason for the exception
| |
| ConfigurationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the System.Exception class with serialized data.
| |
| ConfigurationException(String, Exception) |
Initializes a new instance of the Dynamicweb.Configuration.ConfigurationException class with a message indicating the reason for the exception
and a reference to the innerException being the cause of this exception.
|