Sets the SerializationInfo with information about the exception.
Public Overrides Sub GetObjectData( ByVal info As SerializationInfo, ByVal context As StreamingContext )
public override void GetObjectData( SerializationInfo info, StreamingContext context )
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.
Overrides Exception.GetObjectData.