Common Logging 2.0 API Reference

ConfigurationException Constructor

Creates a new instance of the ConfigurationException class.

[Visual Basic]
Protected Overloads Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
ConfigurationException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.

See Also

ConfigurationException Class | Common.Logging Namespace | ConfigurationException Constructor Overload List