A Genetic Programming Framework for .NET

CompilationException.CompilationErrors Property

Gets the collection of CompilerErrors that caused the current exception.

public System.CodeDom.Compiler.CompilerErrorCollection CompilationErrors {get;}

Property Value

An instance of CompilerErrorCollection containing the CompilerErrors that caused the current exception. The CompilationErrors property returns the same value as was passed into the constructor, or null if the compilation errors value were not supplied.

See Also

CompilationException Class | GeneticProgrammingEngine.Internal Namespace