Classes can inherit only from other classes

An Inherits statement specifies a type other than a class as its base type.

Error ID: BC30258

To correct this error

  • Change the base type to a class that is already defined.

See Also

Concepts

Inheritance Basics