DataProviderLoadException Constructor

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