| ConfigurationException Constructor (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.
Namespace:
Dynamicweb.Configuration
Assembly:
Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax public ConfigurationException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
A message indicating the reason for the exception - innerException
- Type: SystemException
An inner exception being the cause of this exception
See Also