MSIR.0863 CONSTRUCT only valid in constructor of an extension class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension clas...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension class, since the Construct statement must contain the name of the base class for which the constructor is to be run.