Click or drag to resize

ConfigurationException Constructor (String)

Initializes a new instance of the Dynamicweb.Configuration.ConfigurationException class with a message indicating the reason for the exception

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public ConfigurationException(
	string message
)

Parameters

message
Type: SystemString
A message indicating the reason for the exception
See Also