UnrecognizedJsonRpcMessageException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信 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(SerializationInfo, StreamingContext) |
UnrecognizedJsonRpcMessageException クラスの新しいインスタンスを初期化します。 |
UnrecognizedJsonRpcMessageException(String, Exception) |
UnrecognizedJsonRpcMessageException クラスの新しいインスタンスを初期化します。 |
UnrecognizedJsonRpcMessageException(String) |
UnrecognizedJsonRpcMessageException クラスの新しいインスタンスを初期化します。 |
プロパティ
DeserializedErrorData |
エラー応答の値が |
ErrorCode |
応答内のフィールドの値 ( |
ErrorData |
エラー応答の値が |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
受信 JSON-RPC メッセージが既知の JSON-RPC メッセージに準拠していることを認識できなかった場合にスローされる例外。 (継承元 RemoteRpcException) |