Click or drag to resize
MethodNotFoundException Class
Base for the exceptions thrown when method which does not exist was tried to be executed.
Inheritance Hierarchy

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

The MethodNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodMethodNotFoundException
Constructor.
Top
Properties
  NameDescription
Public propertyOriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
(Inherited from MacroException.)
Top
See Also