RemoteSerializationException Class

Definition

An exception thrown from back to the client from various JsonRpc request methods when the server failed to serialize the response.

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

Remarks

This exception comes from the ResponseSerializationFailure error code.

Constructors

RemoteSerializationException(SerializationInfo, StreamingContext)

Initializes a new instance of the RemoteSerializationException class.

RemoteSerializationException(String, Object, Object)

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