SyntacticAnalysisException Constructor (String, String) |
Constructor.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public SyntacticAnalysisException(
string originalExpression,
string exactMessage
)
Parameters
- originalExpression
- Type: SystemString
The whole expression which was being parsed when this error occurred. - exactMessage
- Type: SystemString
Message describing where the evaluation threw the exception
See Also