https://bugzilla.novell.com/show_bug.cgi?id=328830#c2
--- Comment #2 from Andy Hume <[EMAIL PROTECTED]> 2007-10-02 06:40:22 MST --- The RunWorkerCompletedEventArgs.Result MSDN documentation (http://msdn2.microsoft.com/en-us/library/system.componentmodel.runworkercompletedeventargs.result.aspx) does actually document this behaviour. It also notes that InvalidOperationException is thrown when Cancelled is true. This class is a subclass of AsyncCompletedEventArgs, its documentation http://msdn2.microsoft.com/en-us/library/system.componentmodel.asynccompletedeventargs.aspx and http://msdn2.microsoft.com/en-us/library/system.componentmodel.asynccompletedeventargs.raiseexceptionifnecessary.aspx describe this behaviour too, and note that all such properties should call the RaiseExceptionIfNecessary method which implements this behaviour. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
