MSIR.0838 Parameter named (name) not found for (method)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.