MSIR.0816 (meth) disallowed: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
A <tt>New</tt> or <tt>Discard</tt> method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the <tt>New</tt> or <tt>Discard</tt> is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action. | A <tt>New</tt> or <tt>Discard</tt> method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the <tt>New</tt> or <tt>Discard</tt> is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action. | ||
[[Category:Sirius Mods | [[Category:Sirius Mods messages]] |
Revision as of 18:00, 19 April 2013
A New or Discard method was invoked, but that method is explicitly disallowed in the class's Public block. Perhaps the class provides an alternative method for instantiated or discarding in object. Or perhaps the New or Discard is unnecessary. In any case, look at the class documentation, declaration, or code to determine the appropriate action.