A Genetic Programming Framework for .NET

CompilationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CompilationException class with serialized data.

protected CompilationException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The object that holds the serialized object data.
context
The contextual information about the source or destination.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see Exception's serialization constructor.

See Also

CompilationException Class | GeneticProgrammingEngine.Internal Namespace | CompilationException Constructor Overload List