MSIR.0753 Explicit (action) not allowed for class (class): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An explicit <tt>New</tt> or <tt>Discard</tt> was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a ...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

An explicit New or Discard was issued against an object variable but the class does not allow the specified method to be explicitly invoked. If the object is a member of a system class, check the class documentation to determine how and when instances of the class are instantiated or discarded. If the object is a member of a User Language class, determine if there is a good reason for the Disallow of New or Discard.