Uredi

ProviderException Class

Definition

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
ProviderException
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.

Applies to

See also