EvaluationTimeoutException Constructor |
Constructor.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax public EvaluationTimeoutException(
string originalExpression
)
Parameters
- originalExpression
- Type: SystemString
The whole expression which was being processed when this error occurred.
See Also