JsonRpcError 클래스

정의

서버에서 실패한 오류에 JsonRpcRequest 대해 설명합니다.

[System.Runtime.Serialization.DataContract]
public class JsonRpcError : StreamJsonRpc.Protocol.JsonRpcMessage
[System.Runtime.Serialization.DataContract]
public class JsonRpcError : StreamJsonRpc.Protocol.JsonRpcMessage, StreamJsonRpc.Protocol.IJsonRpcMessageWithId
[<System.Runtime.Serialization.DataContract>]
type JsonRpcError = class
    inherit JsonRpcMessage
[<System.Runtime.Serialization.DataContract>]
type JsonRpcError = class
    inherit JsonRpcMessage
    interface IJsonRpcMessageWithId
Public Class JsonRpcError
Inherits JsonRpcMessage
Public Class JsonRpcError
Inherits JsonRpcMessage
Implements IJsonRpcMessageWithId
상속
JsonRpcError
특성
구현

생성자

JsonRpcError()

서버에서 실패한 오류에 JsonRpcRequest 대해 설명합니다.

속성

DebuggerDisplay

이 인스턴스의 디버거에 표시할 문자열을 가져옵니다.

Error

오류에 대한 세부 정보를 가져오거나 설정합니다.

Id
사용되지 않음.

요청에 대한 응답이 필요한 경우 클라이언트가 설정한 식별자를 가져오거나 설정합니다.

RequestId

요청에 대한 응답이 필요한 경우 클라이언트가 설정한 식별자를 가져오거나 설정합니다.

Version

이 메시지가 준수하는 JSON-RPC 프로토콜의 버전을 가져오거나 설정합니다.

(다음에서 상속됨 JsonRpcMessage)

메서드

ToString()

서버에서 실패한 오류에 JsonRpcRequest 대해 설명합니다.

TryGetTopLevelProperty<T>(String, T)

들어오는 메시지에서 JSON-RPC 사양에 대한 확장인 최상위 속성을 검색합니다.

(다음에서 상속됨 JsonRpcMessage)
TrySetTopLevelProperty<T>(String, T)

JSON-RPC 사양에 대한 확장인 메시지의 최상위 속성을 설정합니다.

(다음에서 상속됨 JsonRpcMessage)

적용 대상