Share via


TransportDisconnectedException 클래스

정의

전송 연결이 끊어지면 예외가 throw됩니다.

public class TransportDisconnectedException : Exception
type TransportDisconnectedException = class
    inherit Exception
Public Class TransportDisconnectedException
Inherits Exception
상속
TransportDisconnectedException

생성자

TransportDisconnectedException()

TransportDisconnectedException 클래스의 새 인스턴스를 초기화합니다.

TransportDisconnectedException(String)

TransportDisconnectedException 클래스의 새 인스턴스를 초기화합니다.

TransportDisconnectedException(String, Exception)

TransportDisconnectedException 클래스의 새 인스턴스를 초기화합니다.

속성

Reason

예외의 이유를 가져옵니다.

적용 대상