UnrecognizedJsonRpcMessageException クラス

定義

受信 JSON-RPC メッセージが既知の JSON-RPC メッセージに準拠していることを認識できなかった場合にスローされる例外。

[System.Serializable]
public class UnrecognizedJsonRpcMessageException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type UnrecognizedJsonRpcMessageException = class
    inherit RemoteRpcException
Public Class UnrecognizedJsonRpcMessageException
Inherits RemoteRpcException
継承
UnrecognizedJsonRpcMessageException
属性

コンストラクター

名前 説明
UnrecognizedJsonRpcMessageException()

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

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

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

UnrecognizedJsonRpcMessageException(String, Exception)

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

UnrecognizedJsonRpcMessageException(String)

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

プロパティ

名前 説明
DeserializedErrorData

エラー応答の error.data 値 (指定された場合) を取得または設定します。

(継承元 RemoteRpcException)
ErrorCode

応答内の error.code フィールドの値 (使用可能な場合) を取得または設定します。

(継承元 RemoteRpcException)
ErrorData

エラー応答の error.data 値 (指定された場合) を取得または設定します。

(継承元 RemoteRpcException)

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

受信 JSON-RPC メッセージが既知の JSON-RPC メッセージに準拠していることを認識できなかった場合にスローされる例外。

(継承元 RemoteRpcException)

適用対象