MSIR.0847 Value already specified for parameter (name): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
On a method invocation, the indicated parameter was specified twice: either first as a positional parameter (for a NameAllowed parameter) and then as a named parameter, or both times as a named parameter. Obviously, only one of the passed instances of the parameter could be the intended one, so the other should be removed from the method invocation.
On a method invocation, the indicated parameter was specified twice: either first as a positional parameter (for a NameAllowed parameter) and then as a named parameter, or both times as a named parameter. Obviously, only one of the passed instances of the parameter could be the intended one, so the other should be removed from the method invocation.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 18:01, 19 April 2013

On a method invocation, the indicated parameter was specified twice: either first as a positional parameter (for a NameAllowed parameter) and then as a named parameter, or both times as a named parameter. Obviously, only one of the passed instances of the parameter could be the intended one, so the other should be removed from the method invocation.