Changeset 38687 in vbox
- Timestamp:
- Sep 8, 2011 3:13:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ErrorInfo.h
r38511 r38687 54 54 * 55 55 * This class is able to retrieve the per thread error and store it into its 56 * member variables. This class can also handle non 56 * member variables. This class can also handle non-VirtualBox errors (like 57 57 * standard COM errors). 58 58 * 59 59 * ProgressErrorInfo: 60 60 * 61 * This is just a simple wrapper class to get the ErrorInfo stored within a 61 * This is just a simple wrapper class to get the ErrorInfo stored within an 62 62 * IProgress object. That is the error which was stored when the progress 63 63 * object was in use and not an error produced by IProgress itself. … … 98 98 * Some general hints: 99 99 * 100 * - Always use setError, especially when you are work in an asynchrony thread,100 * - Always use setError, especially when you are working in an asynchronous thread 101 101 * to indicate an error. Otherwise the error information itself will not make 102 102 * it into the client.
Note:
See TracChangeset
for help on using the changeset viewer.