次の方法で共有


TransportDisconnectedException クラス

定義

トランスポートが切断されると例外がスローされます。

public class TransportDisconnectedException : Exception
type TransportDisconnectedException = class
    inherit Exception
Public Class TransportDisconnectedException
Inherits Exception
継承
TransportDisconnectedException

コンストラクター

TransportDisconnectedException()

TransportDisconnectedException クラスの新しいインスタンスを初期化します。

TransportDisconnectedException(String, Exception)

TransportDisconnectedException クラスの新しいインスタンスを初期化します。

TransportDisconnectedException(String)

TransportDisconnectedException クラスの新しいインスタンスを初期化します。

プロパティ

Reason

例外の理由を取得します。

適用対象