次の方法で共有


ConnectionLostException コンストラクター

定義

オーバーロード

ConnectionLostException()

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

ConnectionLostException(String)

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

ConnectionLostException(SerializationInfo, StreamingContext)

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

ConnectionLostException(String, Exception)

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

ConnectionLostException()

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

public ConnectionLostException ();
Public Sub New ()

適用対象

ConnectionLostException(String)

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

public ConnectionLostException (string message);
public ConnectionLostException (string? message);
new StreamJsonRpc.ConnectionLostException : string -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

ConnectionLostException(SerializationInfo, StreamingContext)

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

protected ConnectionLostException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.ConnectionLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.ConnectionLostException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

ストリーミング コンテキスト。

適用対象

ConnectionLostException(String, Exception)

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

public ConnectionLostException (string message, Exception innerException);
public ConnectionLostException (string? message, Exception? innerException);
new StreamJsonRpc.ConnectionLostException : string * Exception -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

innerException
Exception

現在の例外の原因である例外、または内部例外を指定しない場合は null 参照 (Visual Basic では Nothing) です。

適用対象