|
ScriptStack 1.0.5
|
Public Member Functions | |
| LexerException () | |
| LexerException (string message) | |
| LexerException (string message, Exception innerException) | |
| LexerException (string message, int line, int column, string text) | |
| Public Member Functions inherited from ScriptStack.Runtime.ScriptStackException | |
| ScriptStackException () | |
| ScriptStackException (string message) | |
| ScriptStackException (string message, Exception innerException) | |
| override string | ToString () |
Additional Inherited Members | |
| Properties inherited from ScriptStack.Runtime.ScriptStackException | |
| new string | Message [get] |
| string | MessageTrace [get] |
Definition at line 10 of file LexerException.cs.
| ScriptStack.Compiler.LexerException.LexerException | ( | ) |
Definition at line 15 of file LexerException.cs.
| ScriptStack.Compiler.LexerException.LexerException | ( | string | message | ) |
Definition at line 19 of file LexerException.cs.
References ScriptStack.Runtime.ScriptStackException.message.
| ScriptStack.Compiler.LexerException.LexerException | ( | string | message, |
| Exception | innerException ) |
Definition at line 23 of file LexerException.cs.
References ScriptStack.Runtime.ScriptStackException.innerException, and ScriptStack.Runtime.ScriptStackException.message.
| ScriptStack.Compiler.LexerException.LexerException | ( | string | message, |
| int | line, | ||
| int | column, | ||
| string | text ) |
Definition at line 27 of file LexerException.cs.
References ScriptStack.Runtime.ScriptStackException.message.