Table of Contents

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)

Parameters

startSymbol string

The opening symbol.

endSymbol string

The closing symbol that does not match.

errorIndex int

The position in the input where the mismatch occurred.