<method> '<methodname1>' must be declared 'Overloads' because another '<methodname2>' is declared 'Overloads'

Another property or method with the same name is declared with the Overloads modifier.

Error ID: BC31409

To correct this error

  1. Add the Overloads modifier to the property or method.

  2. Remove the Overloads modifier from all properties or methods with the same name.

See Also

Reference

Overloads