Version

ParseErrorContext Class Members

The following tables list the members exposed by ParseErrorContext.

Public Properties
 NameDescription
Public PropertyErrorsGets the collection of errors which have occurred.  
Public PropertyIsMissingGets the value indicating if the error represents a missing node which was created by the parse to complete the parse tree.  
Public PropertyIsSkippedGets the value indicating if the error represents a token which was skipped because it was not expected in a specific context.  
Public PropertySnapshotSpanGets the SnapshotSpan indicating the location of the error within the document.  
Public PropertySpanGets the TextSpan indicating the location of the error within the document.  
Public PropertySymbolGets the terminal or non-terminal symbol which is associated with the error(s).  
See Also