ScriptStack 1.0.0
A .NET scripting language
Lade ...
Suche ...
Keine Treffer
ScriptStack.Compiler.LexerException Klassenreferenz
Klassendiagramm für ScriptStack.Compiler.LexerException:
ScriptStack.Runtime.ScriptStackException

Öffentliche Methoden

 LexerException ()
 
 LexerException (string message)
 
 LexerException (string message, Exception innerException)
 
 LexerException (string message, int line, int column, string text)
 
- Öffentliche Methoden geerbt von ScriptStack.Runtime.ScriptStackException
 ScriptStackException ()
 
 ScriptStackException (string message)
 
 ScriptStackException (string message, Exception innerException)
 
override string ToString ()
 

Weitere Geerbte Elemente

- Propertys geerbt von ScriptStack.Runtime.ScriptStackException
new string Message [get]
 
string MessageTrace [get]
 

Beschreibung der Konstruktoren und Destruktoren

◆ LexerException() [1/4]

ScriptStack.Compiler.LexerException.LexerException ( )
15 : base()
16 {
17 }

◆ 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 )
23 : base(message, 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: