次の方法で共有


JsonRpcError クラス

定義

サーバーでエラーが発生した結果の JsonRpcRequest エラーについて説明します。

[System.Runtime.Serialization.DataContract]
public class JsonRpcError : StreamJsonRpc.Protocol.JsonRpcMessage
[System.Runtime.Serialization.DataContract]
public class JsonRpcError : StreamJsonRpc.Protocol.JsonRpcMessage, StreamJsonRpc.Protocol.IJsonRpcMessageWithId
[<System.Runtime.Serialization.DataContract>]
type JsonRpcError = class
    inherit JsonRpcMessage
[<System.Runtime.Serialization.DataContract>]
type JsonRpcError = class
    inherit JsonRpcMessage
    interface IJsonRpcMessageWithId
Public Class JsonRpcError
Inherits JsonRpcMessage
Public Class JsonRpcError
Inherits JsonRpcMessage
Implements IJsonRpcMessageWithId
継承
JsonRpcError
属性
実装

コンストラクター

JsonRpcError()

サーバーでエラーが発生した結果の JsonRpcRequest エラーについて説明します。

プロパティ

DebuggerDisplay

このインスタンスのデバッガーに表示する文字列を取得します。

Error

エラーの詳細を取得または設定します。

Id
古い.

要求への応答が必要な場合にクライアントによって確立される識別子を取得または設定します。

RequestId

要求への応答が必要な場合にクライアントによって確立される識別子を取得または設定します。

Version

このメッセージが準拠する JSON-RPC プロトコルのバージョンを取得または設定します。

(継承元 JsonRpcMessage)

メソッド

ToString()

サーバーでエラーが発生した結果の JsonRpcRequest エラーについて説明します。

TryGetTopLevelProperty<T>(String, T)

JSON-RPC 仕様の拡張機能である受信メッセージから最上位のプロパティを取得します。

(継承元 JsonRpcMessage)
TrySetTopLevelProperty<T>(String, T)

JSON-RPC 仕様の拡張機能であるメッセージの最上位プロパティを設定します。

(継承元 JsonRpcMessage)

適用対象