Table of Contents

Class RemoteSerializationException

Namespace
StreamJsonRpc
Assembly
StreamJsonRpc.dll

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

[Serializable]
public class RemoteSerializationException : RemoteRpcException, ISerializable
Inheritance
RemoteSerializationException
Implements
Inherited Members

Remarks

This exception comes from the ResponseSerializationFailure error code.

Constructors

RemoteSerializationException(SerializationInfo, StreamingContext)

Initializes a new instance of the RemoteSerializationException class.

protected RemoteSerializationException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo

Serialization info.

streamingContext StreamingContext

Streaming context.

RemoteSerializationException(string?, object?, object?)

Initializes a new instance of the RemoteSerializationException class.

public RemoteSerializationException(string? message, object? errorData, object? deserializedErrorData)

Parameters

message string

The message that describes the error.

errorData object
deserializedErrorData object