ParserErrorResults Class
Provides access to the built-in IParserErrorResult instances, that indicate a result provided by a ParserErrorCallback.
public static class ParserErrorResults
- Inheritance:
- object object
Properties
Continue
The IParserErrorResult that indicates to potentially report errors but continue on.
Default
The IParserErrorResult that indicates to potentially report errors and return a match failure.
Ignore
The IParserErrorResult that indicates to never report errors and continue on.
NoReport
The IParserErrorResult that indicates to never report errors and return a match failure.