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