Class EvaluationTimeoutException
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Exception used when evaluation of the expression took to long (longer than the specified timeout threshold).
public class EvaluationTimeoutException : MacroException
- Inheritance
-
objectExceptionEvaluationTimeoutException
- Inherited Members
- Extension Methods
Constructors
EvaluationTimeoutException(string, TimeSpan)
Constructor.
public EvaluationTimeoutException(string originalExpression, TimeSpan overTimeSpan)
Parameters
originalExpressionstringThe whole expression which was being processed when this error occurred.
overTimeSpanTimeSpanIndicates how much timeout exceeds
Properties
Message
Returns evaluation timeout error message.
public override string Message { get; }
Property Value
- string