ConfigurationException Constructor (String, String) |
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic ConfigurationException(
string configurationParameter,
string message
)
Public Sub New (
configurationParameter As String,
message As String
)
public:
ConfigurationException(
String^ configurationParameter,
String^ message
)
new :
configurationParameter : string *
message : string -> ConfigurationException
Parameters
- configurationParameter
- Type: SystemString
The name of the configuration parameter that causes the problem. - message
- Type: SystemString
The message that describes the error.
See Also