Click or drag to resize

RpcRemoteExceptionReadFrom Method

Deserializes an exception.

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static Exception ReadFrom(
	BinaryReader reader
)

Parameters

reader  BinaryReader
The BinaryReader to read the exception from.

Return Value

Exception
The deserialized exception. In most cases, this will be a RpcRemoteException object, but for some supported exception types the original type is preserved.
See Also