JsonRpc.CreateExceptionFromRpcError(JsonRpcRequest, JsonRpcError) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 的執行個體。