Class BadRpcHeaderException
- Namespace
- StreamJsonRpc
- Assembly
- StreamJsonRpc.dll
An exception thrown when a deserialized message has a bad header.
[Serializable]
public class BadRpcHeaderException : RemoteRpcException, ISerializable
- Inheritance
-
BadRpcHeaderException
- Implements
- Inherited Members
Constructors
BadRpcHeaderException(SerializationInfo, StreamingContext)
Initializes a new instance of the BadRpcHeaderException class.
protected BadRpcHeaderException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoSerialization info.
context
StreamingContextStreaming context.
BadRpcHeaderException(string?)
Initializes a new instance of the BadRpcHeaderException class.
public BadRpcHeaderException(string? message)
Parameters
message
stringThe message.
BadRpcHeaderException(string?, Exception?)
Initializes a new instance of the BadRpcHeaderException class.
public BadRpcHeaderException(string? message, Exception? innerException)