MSIR.0864 Class (classname) is not a base class of (extclass)

From m204wiki
Revision as of 16:07, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

An Inherit statement in the Public or Private block for an extension class specified a class name after the From keyword that, while a valid class name, was not the name of a base class. Only members of base classes can be inherited by an extension class.