CompilationException

class CompilationException : Exception {}

Constructors

this
this(bool isICE, string file, int line)
Undocumented in source.

Members

Variables

isICE
bool isICE;

True if Internal Compiler Error and not regular compilation error

Meta