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 | |
---|---|---|
DataProviderException() | Class constructor. Initializes a new instance of the DataProviderException class. | |
DataProviderException(String) | 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