MSIR.0837 Too many un-named arguments 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 more un-named parameters than are supported by the method. NameRequired parameters must be specified with their names rather than positionally. For ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A method invocation specified more un-named parameters than are supported by the method. NameRequired parameters must be specified with their names rather than positionally. For system methods, check the method documentation. For User Language methods, check the method declaration.