![]() |
BadScript 2
|
Gets Raised when a Parser Error occurs. More...
Public Member Functions | |
| BadParserException (string message, BadSourcePosition position) | |
| Constructor. | |
| BadParserException (string message, BadSourcePosition position, Exception inner) | |
| Constructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from BadScript2.Common.BadParseException | |
| BadParseException (string message, BadSourcePosition position) | |
| Constructor for the BadParseException. | |
| BadParseException (string message, BadSourcePosition position, Exception inner) | |
| Constructor for the BadParseException. | |
Protected Member Functions inherited from BadScript2.Common.BadScriptException | |
| BadScriptException (string message) | |
| BadScriptException (string message, string originalMessage) | |
| BadScriptException (string message, string originalMessage, Exception inner) | |
| BadScriptException (string message, string originalMessage, BadSourcePosition position) | |
| BadScriptException (string message, string originalMessage, BadSourcePosition position, Exception inner) | |
Properties inherited from BadScript2.Common.BadScriptException | |
| string | OriginalMessage [get] |
| The Original Error Message. | |
| BadSourcePosition? | Position [get] |
| The source position of where the error occurred. | |
Gets Raised when a Parser Error occurs.
Definition at line 8 of file BadParserException.cs.
| BadScript2.Parser.BadParserException.BadParserException | ( | string | message, |
| BadSourcePosition | position | ||
| ) |
Constructor.
| message | The Exception Message |
| position | The Source Position of the Exception |
Definition at line 15 of file BadParserException.cs.
| BadScript2.Parser.BadParserException.BadParserException | ( | string | message, |
| BadSourcePosition | position, | ||
| Exception | inner | ||
| ) |
Constructor.
| message | The Exception Message |
| position | The Source Position of the Exception |
| inner | The Inner Exception |
Definition at line 24 of file BadParserException.cs.