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
SerializationInfoSerialization info.
streamingContext
StreamingContextStreaming context.
RemoteSerializationException(string?, object?, object?)
Initializes a new instance of the RemoteSerializationException class.
public RemoteSerializationException(string? message, object? errorData, object? deserializedErrorData)