Del via


TransportDisconnectedException Class

Definition

Exception throw when the transport is disconnected.

public class TransportDisconnectedException : Exception
type TransportDisconnectedException = class
    inherit Exception
Public Class TransportDisconnectedException
Inherits Exception
Inheritance
TransportDisconnectedException

Constructors

TransportDisconnectedException()

Initializes a new instance of the TransportDisconnectedException class.

TransportDisconnectedException(String, Exception)

Initializes a new instance of the TransportDisconnectedException class.

TransportDisconnectedException(String)

Initializes a new instance of the TransportDisconnectedException class.

Properties

Reason

Gets the reason for the exception.

Applies to