MSIR.0753 Explicit (action) not allowed for class (class)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.