ConfigurationException Constructor (String^, String^, Int32)
.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, String^ filename, int line )
Parameters
- message
-
Type:
System::String^
A message describing why this ConfigurationException exception was thrown.
- filename
-
Type:
System::String^
The path to the configuration file that caused this ConfigurationException to be thrown.
- line
-
Type:
System::Int32
The line number within the configuration file at which this ConfigurationException was thrown.
.NET Framework
Available since 1.1
Available since 1.1
Show: