Udostępnij za pośrednictwem


Parameter '<parametername>' of '<methodname>' already has a matching argument

An argument is passed by name more than once in the same procedure call.

Error ID: BC30274

To correct this error

  • Check to see if one of the argument names is misspelled.

  • Remove the duplicated argument from the argument list.

See Also

Concepts

Passing Arguments by Position and by Name