ConfigurationErrorsException Constructor (String^, XmlNode^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ConfigurationErrorsException class.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
ConfigurationErrorsException(
	String^ message,
	XmlNode^ node
)

Parameters

message
Type: System::String^

A message that describes why this ConfigurationErrorsException exception was thrown.

node
Type: System.Xml::XmlNode^

The XmlNode object that caused this ConfigurationErrorsException exception to be thrown.

.NET Framework
Available since 2.0
Return to top
Show: