Table of Contents

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 SerializationInfo

Serialization info.

context StreamingContext

Streaming context.

BadRpcHeaderException(string?)

Initializes a new instance of the BadRpcHeaderException class.

public BadRpcHeaderException(string? message)

Parameters

message string

The message.

BadRpcHeaderException(string?, Exception?)

Initializes a new instance of the BadRpcHeaderException class.

public BadRpcHeaderException(string? message, Exception? innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.

See Also