DataProviderException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an exception thrown when a DDEX provider error occurs.
public ref class DataProviderException : ApplicationException
[System.Serializable]
public class DataProviderException : ApplicationException
[<System.Serializable>]
type DataProviderException = class
inherit ApplicationException
Public Class DataProviderException
Inherits ApplicationException
- Inheritance
-
DataProviderException
- Attributes
Constructors
DataProviderException() |
Class constructor. Initializes a new instance of the DataProviderException class. |
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, 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. |
DataProviderException(String, String) |
Class constructor. Initializes a new, parameterized instance of the DataProviderException class with a specified provider name and error message. |
DataProviderException(String) |
Class constructor. Initializes a new, parameterized instance of the DataProviderException class with the name of the DDEX provider. |