Method GetObjectData
GetObjectData(SerializationInfo, StreamingContext)
Sets the SerializationInfo with information about the exception.
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo into which the serialized exception data will be written.
contextStreamingContextThe 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.