Freigeben über


JsonRpc.CreateExceptionFromRpcError(JsonRpcRequest, JsonRpcError) Methode

Definition

Erstellt einen RemoteRpcException (oder abgeleiteten Typ), der die in einer JSON-RPC-Fehlerantwort gefundenen Daten darstellt. Dies wird auf der Clientseite aufgerufen, um die Ausnahme zu erzeugen, die zurück in den RPC-Client ausgelöst wird.

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

Parameter

request
JsonRpcRequest

Die JSON-RPC-Anforderung, die diesen Fehler erzeugt hat.

response
JsonRpcError

Die JSON-RPC-Fehlerantwort.

Gibt zurück

Eine Instanz von RemoteRpcException.

Gilt für:

Weitere Informationen