Click or drag to resize
EvaluationException Constructor
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public EvaluationException(
	string originalExpression,
	string exactMessage
)

Parameters

originalExpression
Type: SystemString
The whole expression which was being processed when this error occurred.
exactMessage
Type: SystemString
Message describing where the evaluation threw the exception
See Also