Class ParseUnmatchException
- Namespace
- Utils.Expressions
- Assembly
- Utils.dll
Thrown when a pair of opening and closing symbols do not match in the parsed expression.
public class ParseUnmatchException : ParseException, ISerializable
- Inheritance
-
ParseUnmatchException
- Implements
- Inherited Members
- Extension Methods
Constructors
ParseUnmatchException(string, string, int)
Initializes a new instance of the ParseUnmatchException class, indicating mismatched opening and closing symbols.
public ParseUnmatchException(string startSymbol, string endSymbol, int errorIndex)