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
-
objectExceptionLexicalAnalysisException
- Inherited Members
- Extension Methods
Constructors
LexicalAnalysisException(string, int)
Constructor.
public LexicalAnalysisException(string originalExpression, int errorIndex)
Parameters
originalExpression
stringThe whole expression which was being parsed when this error occurred.
errorIndex
intIndex 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