'<methodname>' cannot shadow a method declared 'MustOverride'

A property or method with the MustOverride modifier and the same name is declared in a deriving class.

Error ID: BC31404

To correct this error

  1. Add the Overrides modifier to the overriding property or method in the derived class.

  2. Remove the MustOverride modifier from the property or method in the base class.

See Also

Reference

MustOverride