Class ConfigurationException
- Namespace
- Dynamicweb.Configuration
- Assembly
- Dynamicweb.Core.dll
The ConfigurationException will be thrown if the Dynamicweb.Configuration package encounters any invalid state or configuration errors
[Serializable]
public class ConfigurationException : Exception, ISerializable
- Inheritance
-
ConfigurationException
- Implements
- Inherited Members
Constructors
ConfigurationException(string)
Initializes a new instance of the Dynamicweb.Configuration.ConfigurationException class with a message indicating the reason for the exception
public ConfigurationException(string message)
Parameters
message
stringA message indicating the reason for the exception
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.
public ConfigurationException(string message, Exception innerException)