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 keyword related to class instances, such as Me or MyBase, is used inside a module. Modules do not have inheritance or instances.
Error ID: BC32001
To correct this error
If the code using the keyword involves class instances, move it to a class implementation.
If the code using the keyword applies to the module, remove the invalid keyword.
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.