Click or drag to resize
EvaluationTimeoutException Class
Exception used when evaluation of the expression took to long (longer than the specified timeout threshold).
Inheritance Hierarchy

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public class EvaluationTimeoutException : MacroException

The EvaluationTimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationTimeoutException
Constructor.
Top
Properties
  NameDescription
Public propertyMessage
Returns evaluation timeout error message.
(Overrides ExceptionMessage.)
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Top
See Also