GetObjectData Method (GeneralReplayException)
Sets the SerializationInfo with information about the exception

C# Syntax

public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.