Click or drag to resize
MacroException Class
Base for the exceptions thrown during the macro resolving process.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.MacroEngineMacroException
      CMS.MacroEngineEvaluationException
      CMS.MacroEngineEvaluationTimeoutException
      CMS.MacroEngineMethodNotFoundException
      CMS.MacroEngineParsingException

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

The MacroException type exposes the following members.

Constructors
  NameDescription
Public methodMacroException
Constructor.
Top
Properties
  NameDescription
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
Top
See Also