Table of Contents

Method GetObjectData

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo into which the serialized exception data will be written.

context StreamingContext

The StreamingContext that contains contextual information about serialization operation.

Remarks

This method is part of the ISerializable interface and is required for serializing instances of ScaleoutException.