| LexicalAnalysisException Constructor | 
            Constructor.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic LexicalAnalysisException(
	string originalExpression,
	int errorIndex
)
Parameters
- originalExpression
- Type: SystemString
 The whole expression which was being parsed when this error occurred.
- errorIndex
- Type: SystemInt32
 Index within OriginalExpression where the parsing error occurred
 See Also
See Also