A Genetic Programming Framework for .NET

CompilationException Class

The exception that is thrown when errors occur during compilation using an ICodeCompiler.

For a list of all members of this type, see CompilationException Members.

System.Object
   System.Exception
      GeneticProgrammingEngine.Internal.CompilationException

public class CompilationException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: GeneticProgrammingEngine.Internal

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

CompilationException Members | GeneticProgrammingEngine.Internal Namespace