次の方法で共有


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)

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

UnrecognizedJsonRpcMessageException(String, Exception)

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

プロパティ

DeserializedErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)
ErrorCode

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

(継承元 RemoteRpcException)
ErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

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

(継承元 RemoteRpcException)

適用対象