Table of Contents

Class LexicalAnalysisException

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Class for the exception during the lexical analysis of a K# macro expression.

public class LexicalAnalysisException : ParsingException
Inheritance
object
Exception
LexicalAnalysisException
Inherited Members
Extension Methods

Constructors

LexicalAnalysisException(string, int)

Constructor.

public LexicalAnalysisException(string originalExpression, int errorIndex)

Parameters

originalExpression string

The whole expression which was being parsed when this error occurred.

errorIndex int

Index within OriginalExpression where the parsing error occurred

Properties

AnalysisType

Gets or sets the prefix of the analysis type to generate correct message.

protected override string AnalysisType { get; }

Property Value

string