Click or drag to resize

ConfigurationException Constructor

Overload List
  NameDescription
Public methodConfigurationException(String)
Initializes a new instance of the Dynamicweb.Configuration.ConfigurationException class with a message indicating the reason for the exception
Protected methodConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the System.Exception class with serialized data.
Public methodConfigurationException(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.
Top
See Also