MSIR.0838 Parameter named (name) not found 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 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 | 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. | ||
[[Category:Sirius Mods | [[Category:Sirius Mods messages]] |
Revision as of 18:01, 19 April 2013
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.