MSIR.0837 Too many un-named arguments for (method): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
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. | 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. | ||
[[Category:Sirius Mods | [[Category:Sirius Mods messages]] |
Revision as of 18:01, 19 April 2013
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.