Click or drag to resize

ConfigurationException Constructor (String, String)

Initializes a new instance of the ConfigurationException class with a specified error message.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public ConfigurationException(
	string configurationParameter,
	string message
)

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