A Genetic Programming Framework for .NET

CompilationException.GetObjectData Method 

Sets the SerializationInfo with information about the exception.

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.

Implements

ISerializable.GetObjectData

Remarks

This implementation uses Exception's implementation does not serialize any CompilationErrors that may have been set.

See Also

CompilationException Class | GeneticProgrammingEngine.Internal Namespace