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 member in a derived class overrides a base class member that is not marked with the Overridable modifier.
Error ID: BC31086
To correct this error
Add the Overridable modifier to the overridden member in the base class.
Use the Shadows keyword to shadow the item in the base class.