BadRpcHeaderException Class

Definition

An exception thrown when a deserialized message has a bad header.

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

Constructors

BadRpcHeaderException(SerializationInfo, StreamingContext)

Initializes a new instance of the BadRpcHeaderException class.

BadRpcHeaderException(String)

Initializes a new instance of the BadRpcHeaderException class.

BadRpcHeaderException(String, Exception)

Initializes a new instance of the BadRpcHeaderException 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

See also