PreprocessException

An exception thrown when something fails while preprocessing. Except for parsing errors, they will be thrown as a ParseException.

Constructors

this
this(ParseContext parseCtx, string msg, string file, size_t line)
Undocumented in source.
this
this(ParseContext parseCtx, ulong codePos, string msg, string file, size_t line)
Undocumented in source.

Meta