DataConnectionOpenCanceledException 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 | |
---|---|---|
DataConnectionOpenCanceledException() | Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class. | |
DataConnectionOpenCanceledException(String) | Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with a specified error message. | |
DataConnectionOpenCanceledException(SerializationInfo, StreamingContext) | Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with serialized data. | |
DataConnectionOpenCanceledException(String, Exception) | Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top