Delen via


No accessible overloaded '<methodname>' can be called with these arguments: <list>

An overloaded method is called, but no method can be matched with the list of arguments provided.

To correct this error

  • Match the argument list against the overload you intended to call.

  • Adjust the argument list so that the signature matches the overload.

See Also

Concepts

Passing Arguments by Value and by Reference