ProviderException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.
public ref class ProviderException : Exception
[System.Serializable]
public class ProviderException : Exception
public class ProviderException : Exception
[<System.Serializable>]
type ProviderException = class
inherit Exception
type ProviderException = class
inherit Exception
Public Class ProviderException
Inherits Exception
- Inheritance
- Attributes
Remarks
The ProviderException is thrown when any error occurs while loading a configuration provider.
Constructors
| Name | Description |
|---|---|
| ProviderException() |
Creates a new instance of the ProviderException class. |
| ProviderException(SerializationInfo, StreamingContext) |
Obsolete.
Creates a new instance of the ProviderException class. |
| ProviderException(String, Exception) |
Creates a new instance of the ProviderException class. |
| ProviderException(String) |
Creates a new instance of the ProviderException class. |