MSIR.0847 Value already specified for parameter (name)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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 t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.