Table of Contents

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
object
Exception
EvaluationTimeoutException
Inherited Members
Extension Methods

Constructors

EvaluationTimeoutException(string, TimeSpan)

Constructor.

public EvaluationTimeoutException(string originalExpression, TimeSpan overTimeSpan)

Parameters

originalExpression string

The whole expression which was being processed when this error occurred.

overTimeSpan TimeSpan

Indicates how much timeout exceeds

Properties

Message

Returns evaluation timeout error message.

public override string Message { get; }

Property Value

string