Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Class constructor. Initializes a new instance of the DataProviderException class.
Class constructor. Initializes a new, parameterized instance of the DataProviderException class with the name of the DDEX provider.
DataProviderException(SerializationInfo, StreamingContext)
Class constructor. Initializes a new, parameterized instance of the DataProviderException class with serialized data.
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.
Top