Share via


DataProviderException Class

Definition

Represents the exception that occurs when there is an unexpected problem with a data provider, such as missing registration.

public ref class DataProviderException abstract : Exception
[System.Serializable]
public abstract class DataProviderException : Exception
[<System.Serializable>]
type DataProviderException = class
    inherit Exception
Public MustInherit Class DataProviderException
Inherits Exception
Inheritance
DataProviderException
Attributes

Constructors

DataProviderException()

Initializes a new instance of the DataProviderException class.

DataProviderException(SerializationInfo, StreamingContext)

Initializes a new instance of the DataProviderException class with serialized data.

DataProviderException(String)

Initializes a new instance of the DataProviderException class, specifying an error message.

DataProviderException(String, Exception)

Initializes a new instance of the DataProviderException class, specifying an error message and a reference to the inner exception that is the cause of this exception.

Applies to