![]() |
BadScript 2
|
Gets Raised if the Reader encounters an Error. More...
Public Member Functions | |
| BadSourceReaderException (string message, BadSourcePosition position) | |
| Creates a new BadSourceReaderException. | |
| BadSourceReaderException (string message, BadSourcePosition position, Exception inner) | |
| Creates a new BadSourceReaderException. | |
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 if the Reader encounters an Error.
Definition at line 8 of file BadSourceReaderException.cs.
| BadScript2.Reader.BadSourceReaderException.BadSourceReaderException | ( | string | message, |
| BadSourcePosition | position | ||
| ) |
Creates a new BadSourceReaderException.
| message | The Exception Message |
| position | The Source Position of the Error |
Definition at line 15 of file BadSourceReaderException.cs.
| BadScript2.Reader.BadSourceReaderException.BadSourceReaderException | ( | string | message, |
| BadSourcePosition | position, | ||
| Exception | inner | ||
| ) |
Creates a new BadSourceReaderException.
| message | The Exception Message |
| position | The Source Position of the Error |
| inner | The Inner Exception |
Definition at line 24 of file BadSourceReaderException.cs.