DataConnectionOpenCanceledException 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 the exception thrown when a data connection open call is canceled.
public ref class DataConnectionOpenCanceledException : Exception
[System.Serializable]
public class DataConnectionOpenCanceledException : Exception
[<System.Serializable>]
type DataConnectionOpenCanceledException = class
inherit Exception
Public Class DataConnectionOpenCanceledException
Inherits Exception
- Inheritance
-
DataConnectionOpenCanceledException
- Attributes
Constructors
DataConnectionOpenCanceledException() |
Initializes a new instance of the DataConnectionOpenCanceledException class. |
DataConnectionOpenCanceledException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the DataConnectionOpenCanceledException class with serialized data. |
DataConnectionOpenCanceledException(String, Exception) |
Initializes a new instance of the DataConnectionOpenCanceledException class with the specified error message and the inner exception. |
DataConnectionOpenCanceledException(String) |
Initializes a new instance of the DataConnectionOpenCanceledException class with the specified error message. |