ConfigurationException Constructor (String^, Exception^, XmlNode^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Configuration
Assembly: System (in System.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ConfigurationException class.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")] ConfigurationException( String^ message, Exception^ inner, XmlNode^ node )
Parameters
- message
-
Type:
System::String^
A message describing why this ConfigurationException exception was thrown.
- inner
-
Type:
System::Exception^
The inner exception that caused this ConfigurationException to be thrown, if any.
- node
-
Type:
System.Xml::XmlNode^
The XmlNode that caused this ConfigurationException to be thrown.
.NET Framework
Available since 1.1
Available since 1.1
Show: