JsonRpc.CreateExceptionFromRpcError(JsonRpcRequest, JsonRpcError) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
RemoteRpcException JSON-RPC 오류 응답에 있는 데이터를 나타내는 (또는 파생된 형식)을 만듭니다. 이는 RPC 클라이언트에 다시 throw될 예외를 생성하기 위해 클라이언트 쪽에서 호출됩니다.
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의 인스턴스입니다.