Edit

Share via


'<methodname>' cannot be implemented more than once

You have attempted to implement a method that has already been implemented.

Error ID: BC30583

To correct this error

  1. Check the method name to make sure you have spelled it correctly.

  2. If the method is redundant, remove the extra declaration.