StateServerExceptionGetObjectData Method

ScaleOut Software NamedCache API
Sets the SerializationInfo with information about the exception.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo into which the serialized exception data will be written.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about serialization operation.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
_ExceptionGetObjectData(SerializationInfo, StreamingContext)
Remarks

This method is part of the ISerializable interface and is required for serializing instances of StateServerException.
See Also

Reference