Common Logging 2.0 API Reference

ConfigurationException Constructor

Creates a new instance of the ConfigurationException class. with the specified message.

[Visual Basic]
Public Overloads Sub New( _
   ByVal message As String _
)
[C#]
ConfigurationException(
   string message
);

Parameters

message
A message about the exception.

See Also

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