MSIR.0741 (method) does not return a structure or object

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A method invocation was followed by a colon but that method does not return an object. It is likely that there is a misunderstanding of the method result type, or, perhaps, the w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A method invocation was followed by a colon but that method does not return an object. It is likely that there is a misunderstanding of the method result type, or, perhaps, the wrong method is being used. Check the documentation for the class to determine the method output type, and the appropriate method to use.