Cannot subclass: <class name>

You specified a product class as the base class of a derived class. A product class may not be used as the base class of a derived class.

Remove the As BaseClassName clause in the class declaration, or specify a LotusScript® class as the base class.