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.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.