Skip to main content

Compiler Error C0583

Message: There is another overload for '{0}' with the same input-types.

Possible error cause: The overloaded method has the same input parameters with the same types as an existing overload.

Note on error avoidance: Make sure that the parameter list of the inputs of the method differs from the inputs of other overloads of the same method.