Table of Contents

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)

Parameters

symbol string

The symbol for which the parser was searching.

errorIndex int

The position in the input where the error was detected.