ScriptCompileException

Thrown on script syntax errors and the sort.

class ScriptCompileException : Exception {
string s;
int lineNumber;
}

Meta