A Genetic Programming Framework for .NET

CompilationException Constructor ()

Initializes a new instance of the CompilationException class.

public CompilationException();

Remarks

The Message property is initialized to a default message, such as "An error occured during compilation".

The following table shows the initial property values for an instance of CompilationException.

Property Value
CompilationErrors A null reference.
InnerException A null reference.
Message A default error message string.

See Also

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