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
-
objectExceptionMethodNotFoundException
- Inherited Members
- Extension Methods
Constructors
MethodNotFoundException(string)
Constructor.
public MethodNotFoundException(string originalExpression)
Parameters
originalExpression
stringThe whole expression which was being parsed when this error occured.