Table of Contents

Class UnrecognizedJsonRpcMessageException

Namespace
StreamJsonRpc
Assembly
StreamJsonRpc.dll

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

[Serializable]
public class UnrecognizedJsonRpcMessageException : RemoteRpcException, ISerializable
Inheritance
UnrecognizedJsonRpcMessageException
Implements
Inherited Members

Constructors

UnrecognizedJsonRpcMessageException()

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

public UnrecognizedJsonRpcMessageException()

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

protected UnrecognizedJsonRpcMessageException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Serialization info.

context StreamingContext

Streaming context.

UnrecognizedJsonRpcMessageException(string?)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

public UnrecognizedJsonRpcMessageException(string? message)

Parameters

message string

The error message that explains the reason for the exception.

UnrecognizedJsonRpcMessageException(string?, Exception?)

Initializes a new instance of the UnrecognizedJsonRpcMessageException class.

public UnrecognizedJsonRpcMessageException(string? message, Exception? innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.