UnrecognizedJsonRpcMessageException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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) です。