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 programming element is declared with the same name as an element defined in the base class. In this situation, the element in this class should shadow the base class element.
This message is a warning. Shadows is assumed by default. For more information about hiding warnings or treating warnings as errors, please see Configuring Warnings in Visual Basic.
Error ID: BC40004
To correct this error
- Add the Shadows keyword to the declaration, or change the name of the element being declared.