Condividi tramite


JsonRpc.CreateExceptionFromRpcError(JsonRpcRequest, JsonRpcError) Metodo

Definizione

Crea un RemoteRpcException (o un tipo derivato) che rappresenta i dati trovati in una risposta di errore JSON-RPC. Viene chiamato sul lato client per generare l'eccezione che verrà generata nuovamente al client 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

Parametri

request
JsonRpcRequest

Richiesta JSON-RPC che ha generato questo errore.

response
JsonRpcError

Risposta di errore JSON-RPC.

Restituisce

Istanza di RemoteRpcException.

Si applica a

Vedi anche