Class ConfigurationException
- Namespace
- Dynamicweb.Configuration
- Assembly
- Dynamicweb.Configuration.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(SerializationInfo, StreamingContext)
Initializes a new instance of the System.Exception class with serialized data.
protected ConfigurationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfo- The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown
streamingContext
StreamingContext- The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination
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
string- A 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)