Method '<methodname>' has no parameter named '<parametername>'

A supplied named argument does not match any of the arguments of the target method.

To correct this error

  • Ensure that the named argument was supplied correctly.

See Also

Concepts

Passing Arguments by Value and by Reference