MSIR.0816 (meth) disallowed: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "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 ..."  | 
				m 1 revision  | 
				
(No difference) 
 | |
Revision as of 16:45, 9 November 2010
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.