A Genetic Programming Framework for .NET

CompilationException Constructor

Initializes a new instance of the CompilationException class.

Overload List

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);

See Also

CompilationException Class | GeneticProgrammingEngine.Internal Namespace