UnrecognizedJsonRpcMessageException Class

Definition

An exception thrown when an incoming JSON-RPC message could not be recognized as conforming to any known JSON-RPC message.

[System.Serializable]
public class UnrecognizedJsonRpcMessageException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type UnrecognizedJsonRpcMessageException = class
    inherit RemoteRpcException
Public Class UnrecognizedJsonRpcMessageException
Inherits RemoteRpcException
Inheritance
UnrecognizedJsonRpcMessageException
Attributes

Constructors

UnrecognizedJsonRpcMessageException()

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

UnrecognizedJsonRpcMessageException(String)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

UnrecognizedJsonRpcMessageException(String, Exception)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

Properties

DeserializedErrorData

Gets or sets the error.data value in the error response, if one was provided.

(Inherited from RemoteRpcException)
ErrorCode

Gets or sets the value of the error.code field in the response, if one is available.

(Inherited from RemoteRpcException)
ErrorData

Gets or sets the error.data value in the error response, if one was provided.

(Inherited from RemoteRpcException)

Methods

GetObjectData(SerializationInfo, StreamingContext) (Inherited from RemoteRpcException)

Applies to