次の方法で共有


JsonRpc.CreateExceptionFromRpcError(JsonRpcRequest, JsonRpcError) メソッド

定義

RemoteRpcException JSON-RPC エラー応答で見つかったデータを表す (または派生型) を作成します。 これは、RPC クライアントにスローされる例外を生成するためにクライアント側で呼び出されます。

protected virtual StreamJsonRpc.RemoteRpcException CreateExceptionFromRpcError (StreamJsonRpc.Protocol.JsonRpcRequest request, StreamJsonRpc.Protocol.JsonRpcError response);
abstract member CreateExceptionFromRpcError : StreamJsonRpc.Protocol.JsonRpcRequest * StreamJsonRpc.Protocol.JsonRpcError -> StreamJsonRpc.RemoteRpcException
override this.CreateExceptionFromRpcError : StreamJsonRpc.Protocol.JsonRpcRequest * StreamJsonRpc.Protocol.JsonRpcError -> StreamJsonRpc.RemoteRpcException
Protected Overridable Function CreateExceptionFromRpcError (request As JsonRpcRequest, response As JsonRpcError) As RemoteRpcException

パラメーター

request
JsonRpcRequest

このエラーを生成した JSON-RPC 要求。

response
JsonRpcError

JSON-RPC エラー応答。

戻り値

RemoteRpcException のインスタンス。

適用対象

こちらもご覧ください