Pidgin

Class ParseException<TToken>

Thrown when a parse error is encountered during parsing.

Inheritance
Implements
Inherited Members
Declaration
public class ParseException<TToken> : ParseException, ISerializable
Type Parameters
Name Description

TToken

The type of the tokens in the parser's input stream.

Properties

Error

The ParseError<TToken> that caused this exception.

Declaration
public ParseError<TToken> Error { get; }
Property Value
Type Description

ParseError<TToken>

Implements

ISerializable