MSIR.0869 New disallowed in base class (classname), but not disallowed in Public block: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<tt>Disallow New</tt> was specified in one of the base classes for the extension class, but it was not specified in the extension class's Public block. Since a New of the extensi...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

Disallow New was specified in one of the base classes for the extension class, but it was not specified in the extension class's Public block. Since a New of the extension class would cause a New of all base classes, and since one of the base classes had explicitly disallowed this, the extension class must also disallow it.