Click or drag to resize

ConfigurationException Class

The ConfigurationException will be thrown if the Dynamicweb.Configuration package encounters any invalid state or configuration errors
Inheritance Hierarchy
SystemObject
  SystemException
    Dynamicweb.ConfigurationConfigurationException

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
[SerializableAttribute]
public class ConfigurationException : Exception
Constructors
  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