Table of Contents

Class ParseUnknownException

Namespace
Utils.Expressions
Assembly
Utils.dll

Thrown when an unknown symbol is encountered by the parser.

public class ParseUnknownException : ParseException, ISerializable
Inheritance
ParseUnknownException
Implements
Inherited Members
Extension Methods

Constructors

ParseUnknownException(string, int)

Initializes a new instance of the ParseUnknownException class, indicating that the parser encountered an unrecognized symbol.

public ParseUnknownException(string symbol, int errorIndex)

Parameters

symbol string

The unknown symbol detected by the parser.

errorIndex int

The position in the input where the error was detected.