Parse |
public class ParseException : Exception
The ParseException type exposes the following members.
| Name | Description | |
|---|---|---|
| ParseException | Initializes a new instance of the ParseException class | |
| ParseException(String) | Initializes a new instance of the ParseException class | |
| ParseException(Token, Int32, String) | Initializes a new instance of the ParseException class |
| Name | Description | |
|---|---|---|
| Message | (Overrides ExceptionMessage) |
| Name | Description | |
|---|---|---|
| AddEscapes |
| Name | Description | |
|---|---|---|
| currentToken | ||
| eol | ||
| expectedTokenSequences | ||
| specialConstructor | ||
| tokenImage |
You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.