Class ParseNoEndException
- Namespace
- Utils.Expressions
- Assembly
- Utils.dll
Thrown when an expected closing symbol is not found in the parsed expression.
public class ParseNoEndException : ParseException, ISerializable
- Inheritance
-
ParseNoEndException
- Implements
- Inherited Members
- Extension Methods
Constructors
ParseNoEndException(string, int)
Initializes a new instance of the ParseNoEndException class, indicating that the expected closing symbol was missing.
public ParseNoEndException(string symbol, int errorIndex)