DataConnectionOpenCanceledException Class

Definition

Provides the exception that is thrown when a method call to open a data connection causes user intervention and the user is able to cancel the open call.

public ref class DataConnectionOpenCanceledException : ApplicationException
[System.Serializable]
public class DataConnectionOpenCanceledException : ApplicationException
[<System.Serializable>]
type DataConnectionOpenCanceledException = class
    inherit ApplicationException
Public Class DataConnectionOpenCanceledException
Inherits ApplicationException
Inheritance
DataConnectionOpenCanceledException
Attributes

Constructors

DataConnectionOpenCanceledException()

Class constructor. Initializes a new instance of the DataConnectionOpenCanceledException class.

DataConnectionOpenCanceledException(SerializationInfo, StreamingContext)

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

DataConnectionOpenCanceledException(String)

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

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.

Applies to