ScriptStack 1.0.0
A .NET scripting language
|
Öffentliche Methoden | |
LexerException () | |
LexerException (string message) | |
LexerException (string message, Exception innerException) | |
LexerException (string message, int line, int column, string text) | |
![]() | |
ScriptStackException () | |
ScriptStackException (string message) | |
ScriptStackException (string message, Exception innerException) | |
override string | ToString () |
Weitere Geerbte Elemente | |
![]() | |
new string | Message [get] |
string | MessageTrace [get] |
ScriptStack.Compiler.LexerException.LexerException | ( | ) |
ScriptStack.Compiler.LexerException.LexerException | ( | string | message | ) |
ScriptStack.Compiler.LexerException.LexerException | ( | string | message, |
Exception | innerException ) |
ScriptStack.Compiler.LexerException.LexerException | ( | string | message, |
int | line, | ||
int | column, | ||
string | text ) |