共用方式為


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 的執行個體。

適用於

另請參閱