The base class of all BadScript Exceptions.
More...
The base class of all BadScript Exceptions.
Definition at line 6 of file BadScriptException.cs.
◆ BadScriptException() [1/5]
BadScript2.Common.BadScriptException.BadScriptException |
( |
string |
message | ) |
|
|
protected |
Definition at line 8 of file BadScriptException.cs.
8 : base(message)
9 {
11 }
string OriginalMessage
The Original Error Message.
◆ BadScriptException() [2/5]
BadScript2.Common.BadScriptException.BadScriptException |
( |
string |
message, |
|
|
string |
originalMessage |
|
) |
| |
|
protected |
◆ BadScriptException() [3/5]
BadScript2.Common.BadScriptException.BadScriptException |
( |
string |
message, |
|
|
string |
originalMessage, |
|
|
Exception |
inner |
|
) |
| |
|
protected |
◆ BadScriptException() [4/5]
BadScript2.Common.BadScriptException.BadScriptException |
( |
string |
message, |
|
|
string |
originalMessage, |
|
|
BadSourcePosition |
position |
|
) |
| |
|
protected |
Definition at line 23 of file BadScriptException.cs.
23 : base(message)
24 {
27 }
BadSourcePosition? Position
The source position of where the error occurred.
◆ BadScriptException() [5/5]
BadScript2.Common.BadScriptException.BadScriptException |
( |
string |
message, |
|
|
string |
originalMessage, |
|
|
BadSourcePosition |
position, |
|
|
Exception |
inner |
|
) |
| |
|
protected |
◆ OriginalMessage
string BadScript2.Common.BadScriptException.OriginalMessage |
|
get |
◆ Position
The documentation for this class was generated from the following file: