In This Article

IParserErrorResult Interface

Provides the base requirements for the result provided by a ParserErrorCallback.

public interface IParserErrorResult

Properties

CanContinue

Gets whether to continue parsing and put an error token in place of the term that errored.

bool CanContinue { get; }

Property Value

Boolean:

true if the parser should continue and put an error token in place of the term that errored; otherwise, false.

CanReportError

Gets whether the error should still be reported when appropriate.

bool CanReportError { get; }

Property Value

Boolean:

true if the error should still be reported when appropriate; otherwise, false.