Initializes a new instance of the CompilationException class.
Initializes a new instance of the CompilationException class.
public CompilationException();
Initializes a new instance of the CompilationException class with serialized data.
protected CompilationException(SerializationInfo,StreamingContext);
Initializes a new instance of the CompilationException class with a specified error message.
public CompilationException(string);
Initializes a new instance of the CompilationException class with a specified error message and a reference to the compilation errors that are the cause of this exception.
public CompilationException(string,CompilerErrorCollection);
Initializes a new instance of the CompilationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public CompilationException(string,Exception);
CompilationException Class | GeneticProgrammingEngine.Internal Namespace