Common Logging 2.0 API Reference |
|
ConfigurationException Constructor
Creates a new instance of the ConfigurationException class with the specified message and root cause.
[Visual Basic]
Public Overloads Sub New( _
ByVal
message As
String, _
ByVal
rootCause As
Exception _
)
Parameters
-
message
- A message about the exception.
-
rootCause
- The root exception that is being wrapped.
See Also
ConfigurationException Class | Common.Logging Namespace | ConfigurationException Constructor Overload List