ProviderException Constructor (String, Exception)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a new instance of the ProviderException class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- message
-
Type:
System.String
A message describing why this ProviderException was thrown.
- innerException
-
Type:
System.Exception
The exception that caused this ProviderException to be thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: