Share via


DataProviderException Constructor

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
Public method DataProviderException() Class constructor. Initializes a new instance of the DataProviderException class.
Public method DataProviderException(String) Class constructor. Initializes a new, parameterized instance of the DataProviderException class with the name of the DDEX provider.
Protected method DataProviderException(SerializationInfo, StreamingContext) Class constructor. Initializes a new, parameterized instance of the DataProviderException class with serialized data.
Public method 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.
Public method DataProviderException(String, String) Class constructor. Initializes a new, parameterized instance of the DataProviderException class with a specified provider name and error message.
Public method 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

See Also

Reference

DataProviderException Class

Microsoft.VisualStudio.Data Namespace