MSIR.0838 Parameter named (name) not found for (method): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Created page with "A method invocation specified a parameter name that is not a valid parameter name for the method invocation. For system methods, check the method documentation. For User Language..."
 
m 1 revision
(No difference)

Revision as of 16:45, 9 November 2010

A method invocation specified a parameter name that is not a valid parameter name for the method invocation. For system methods, check the method documentation. For User Language methods, check the method declaration -- unless a parameter is specified as NameAllowed or NameRequired, the parameter name cannot be used on a method invocation.