◆ LexerException() [1/4]
ScriptStack.Compiler.LexerException.LexerException |
( |
| ) |
|
◆ LexerException() [2/4]
ScriptStack.Compiler.LexerException.LexerException |
( |
string | message | ) |
|
19 : base(
"LexerException: " +
message)
20 {
21 }
string message
Definition ScriptStackException.cs:13
◆ LexerException() [3/4]
ScriptStack.Compiler.LexerException.LexerException |
( |
string | message, |
|
|
Exception | innerException ) |
24 {
25 }
Exception innerException
Definition ScriptStackException.cs:14
◆ LexerException() [4/4]
ScriptStack.Compiler.LexerException.LexerException |
( |
string | message, |
|
|
int | line, |
|
|
int | column, |
|
|
string | text ) |
27 : base(
message +
" Zeile " + (line + 1) +
", Zeichen " + System.Math.Abs(column - 1) +
": " + text)
28 {
29 }
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- C:/Users/manuel/Desktop/doc/Compiler/LexerException.cs