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 class or interface either inherits from itself or from another class or interface which ultimately inherits from it.
Visual Basic does not support circular inheritance.
Error ID: BC30916
To correct this error
- Change the inheritance structure so that it is built on a base class or interface that does not inherit from any other class or interface.