MethodNotFoundResult Constructor |
Namespace: CMS.MacroEngine.InternalAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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