DataConnectionOpenCanceledException Class

Definition

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)

Initializes a new instance of the DataConnectionOpenCanceledException class with serialized data.

DataConnectionOpenCanceledException(String)

Initializes a new instance of the DataConnectionOpenCanceledException class with the specified error message.

DataConnectionOpenCanceledException(String, Exception)

Initializes a new instance of the DataConnectionOpenCanceledException class with the specified error message and the inner exception.

Applies to