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
SerializationInfoSerialization info.
context
StreamingContextStreaming context.
UnrecognizedJsonRpcMessageException(string?)
Initializes a new instance of the UnrecognizedJsonRpcMessageException class.
public UnrecognizedJsonRpcMessageException(string? message)
Parameters
message
stringThe 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)