Click or drag to resize
MethodNotFoundResult Constructor
Creates new instance of MethodNotFoundResult

Namespace: CMS.MacroEngine.Internal
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public MethodNotFoundResult(
	string methodName,
	bool parametersNotMatch = false,
	string obsoleteMessage = null
)

Parameters

methodName
Type: SystemString
Method name
parametersNotMatch (Optional)
Type: SystemBoolean
Indicates whether method not found is caused by missing parameters.
obsoleteMessage (Optional)
Type: SystemString
The message that indicates that method is obsolete with possible workaround.
See Also