Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Add the Overrides modifier to the overriding property or method in the derived class.
Remove the MustOverride modifier from the property or method in the base class.