◆ ScriptStackException() [1/3]
ScriptStack.Runtime.ScriptStackException.ScriptStackException |
( |
| ) |
|
◆ ScriptStackException() [2/3]
ScriptStack.Runtime.ScriptStackException.ScriptStackException |
( |
string | message | ) |
|
◆ ScriptStackException() [3/3]
ScriptStack.Runtime.ScriptStackException.ScriptStackException |
( |
string | message, |
|
|
Exception | innerException ) |
◆ ToString()
override string ScriptStack.Runtime.ScriptStackException.ToString |
( |
| ) |
|
◆ innerException
Exception ScriptStack.Runtime.ScriptStackException.innerException |
|
private |
◆ message
string ScriptStack.Runtime.ScriptStackException.message |
|
private |
◆ Message
new string ScriptStack.Runtime.ScriptStackException.Message |
|
get |
◆ MessageTrace
string ScriptStack.Runtime.ScriptStackException.MessageTrace |
|
get |
59 {
60
61 get
62 {
63
65 {
66
67 string messageTrace =
message +
"\nFehlerquelle: ";
68
71
72 else
74
75 return
76 messageTrace;
77
78 }
79
80 else
82
83 }
84
85 }
ScriptStackException()
Definition ScriptStackException.cs:20
Wird benutzt von ScriptStack.Runtime.ScriptStackException.ToString().
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- C:/Users/manuel/Desktop/doc/Runtime/ScriptStackException.cs