ConfigurationException(string) Constructor
Initializes a new instance of the ConfigurationException class with a specified error message.

Syntax

public ConfigurationException(string message)

Parameters

Name Type Description
message string The message that describes the error.