'<method1>' cannot override '<method2>' because it is a 'Declare' statement

You attempted to override a delegate on the base class name that was declared with a Declare statement.

Error ID: BC30474

To correct this error

  1. Change the overridden member so it is not a Declare statement.

  2. Do not try to override this method.

See Also

Concepts

Overriding Properties and Methods

Reference

Declare Statement