Click or drag to resize
ParsingException Constructor
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public ParsingException(
	string originalExpression,
	int errorIndex
)

Parameters

originalExpression
Type: SystemString
The whole expression which was being parsed when this error occured.
errorIndex
Type: SystemInt32
Index within OriginalExpression where the parsing error occured
See Also