|
ScriptStack 1.0.5
|
Public Member Functions | |
| ScriptStackException () | |
| ScriptStackException (string message) | |
| ScriptStackException (string message, Exception innerException) | |
| override string | ToString () |
Properties | |
| new string | Message [get] |
| string | MessageTrace [get] |
Private Attributes | |
| string | message |
| Exception | innerException |
Definition at line 8 of file ScriptStackException.cs.
| ScriptStack.Runtime.ScriptStackException.ScriptStackException | ( | ) |
Definition at line 20 of file ScriptStackException.cs.
References innerException, and message.
| ScriptStack.Runtime.ScriptStackException.ScriptStackException | ( | string | message | ) |
Definition at line 29 of file ScriptStackException.cs.
References innerException, and message.
| ScriptStack.Runtime.ScriptStackException.ScriptStackException | ( | string | message, |
| Exception | innerException ) |
Definition at line 38 of file ScriptStackException.cs.
References innerException, and message.
| override string ScriptStack.Runtime.ScriptStackException.ToString | ( | ) |
Definition at line 44 of file ScriptStackException.cs.
References MessageTrace.
|
private |
Definition at line 14 of file ScriptStackException.cs.
Referenced by ScriptStack.Compiler.LexerException.LexerException(), ScriptStackException(), ScriptStackException(), and ScriptStackException().
|
private |
Definition at line 13 of file ScriptStackException.cs.
Referenced by ScriptStack.Compiler.LexerException.LexerException(), ScriptStack.Compiler.LexerException.LexerException(), ScriptStack.Compiler.LexerException.LexerException(), ScriptStack.Compiler.ParserException.ParserException(), ScriptStackException(), ScriptStackException(), and ScriptStackException().
|
get |
Definition at line 53 of file ScriptStackException.cs.
|
get |
Definition at line 58 of file ScriptStackException.cs.
Referenced by ToString().