DataProviderException Class

Definition

Represents an exception thrown when a DDEX provider error occurs.

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

Constructors

DataProviderException()

Class constructor. Initializes a new instance of the DataProviderException class.

DataProviderException(SerializationInfo, StreamingContext)

Class constructor. Initializes a new, parameterized instance of the DataProviderException class with serialized data.

DataProviderException(String)

Class constructor. Initializes a new, parameterized instance of the DataProviderException class with the name of the DDEX provider.

DataProviderException(String, Exception)

Class constructor. Initializes a new, parameterized instance of the DataProviderException class with a specified error message and a reference to the inner exception that caused this exception.

DataProviderException(String, String)

Class constructor. Initializes a new, parameterized instance of the DataProviderException class with a specified provider name and error message.

DataProviderException(String, String, Exception)

Class constructor. Initializes a new instance of the DataProviderException class with a specified provider name, error message and a reference to the inner exception that is the cause of this exception.

Applies to