Changeset 22295 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 17, 2009 1:10:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r22294 r22295 3555 3555 /* re-throw the current exception */ 3556 3556 throw; 3557 } 3558 catch (const xml::Error &err) 3559 { 3560 return setError(E_FAIL, tr("%s.\n%s[%d] (%s)"), 3561 err.what(), 3562 pszFile, iLine, pszFunction); 3557 3563 } 3558 3564 catch (const std::exception &err)
Note:
See TracChangeset
for help on using the changeset viewer.