Edit

Share via


'Inherits' not valid in Modules

An Inherits statement occurs inside a module. Modules cannot inherit from classes.

Error ID: BC30230

To correct this error

  • Remove the Inherits statement, or retype the module as a class.

See also