MSIR.0834 Un-named parameters not allowed after named parameters: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
A method invocation specified an un-named parameter, after one or more named ones. Only named parameters are allowed once a named parameter has been specified. Correct the method invocation.
A method invocation specified an un-named parameter, after one or more named ones. Only named parameters are allowed once a named parameter has been specified. Correct the method invocation.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:06, 13 August 2015

A method invocation specified an un-named parameter, after one or more named ones. Only named parameters are allowed once a named parameter has been specified. Correct the method invocation.