DataProviderException Constructor

Overload List
  NameDescription
Public methodDataProviderException
Initializes a new instance of the DataProviderException class.
Public methodDataProviderException(Exception)
Initializes a new instance of the DataProviderException class.
Public methodDataProviderException(String)
Initializes a new instance of the DataProviderException class with a specified error message.
Public methodDataProviderException(String, Exception)
Initializes a new instance of the DataProviderException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also