| EvaluationTimeoutException Constructor | 
            Constructor.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic EvaluationTimeoutException(
	string originalExpression,
	TimeSpan overTimeSpan
)
Parameters
- originalExpression
- Type: SystemString
 The whole expression which was being processed when this error occurred.
- overTimeSpan
- Type: SystemTimeSpan
 Indicates how much timeout exceeds
 See Also
See Also