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)