Click or drag to resize
MacroExpressionSyntaxError Method
Aborts the parsing of the expression due to a syntactic error

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void SyntaxError(
	int lexemIndex,
	bool supressError = false
)

Parameters

lexemIndex
Type: SystemInt32
Position within the lexeme list
supressError (Optional)
Type: SystemBoolean
If true no exceptions are thrown
Exceptions
ExceptionCondition
SyntacticAnalysisExceptionSyntax error if supressError is false
See Also