Table of Contents

Class MethodNotFoundException

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Base for the exceptions thrown when method which does not exist was tried to be executed.

public class MethodNotFoundException : MacroException
Inheritance
object
Exception
MethodNotFoundException
Inherited Members
Extension Methods

Constructors

MethodNotFoundException(string)

Constructor.

public MethodNotFoundException(string originalExpression)

Parameters

originalExpression string

The whole expression which was being parsed when this error occured.