C# Class Parsley.BacktrackErrorMessage

Parsers report this when they have backtracked after an error occurred. The Position property describes the position where the original error occurred.
Inheritance: ErrorMessage
Show file Open project: plioi/parsley

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
BacktrackErrorMessage ( Position position, ErrorMessageList errors )

Method Details

ToString() public method

public ToString ( ) : string
return string