Click or drag to resize
EvaluationException Class
Exception used when evaluation could not proceed (wrong types, etc.).
Inheritance Hierarchy

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

The EvaluationException type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationException
Constructor.
Top
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyExactMessage
Gets or sets the message describing where the evaluation threw the exception.
Public propertyMessage
Returns evaluation error message.
(Overrides CMSExceptionMessage.)
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
  NameDescription
Public methodClone
Returns clone of the exception
(Inherited from GeneralCMSException.)
Top
See Also