次の方法で共有


UnrecognizedJsonRpcMessageException コンストラクター

定義

オーバーロード

UnrecognizedJsonRpcMessageException()

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

UnrecognizedJsonRpcMessageException(String)

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

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

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

UnrecognizedJsonRpcMessageException(String, Exception)

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

UnrecognizedJsonRpcMessageException()

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

public UnrecognizedJsonRpcMessageException ();
Public Sub New ()

適用対象

UnrecognizedJsonRpcMessageException(String)

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

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

パラメーター

message
String

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

適用対象

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

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

適用対象

UnrecognizedJsonRpcMessageException(String, Exception)

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

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

パラメーター

message
String

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

innerException
Exception

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

適用対象