Changeset 2664 for branches/eraser6/6.0
- Timestamp:
- 5/24/2012 7:35:36 AM (12 months ago)
- Location:
- branches/eraser6/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0
- Property svn:mergeinfo changed
/trunk/eraser merged: 2660
- Property svn:mergeinfo changed
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
r2562 r2664 743 743 0, out result, IntPtr.Zero)) 744 744 { 745 throw new IOException("Could not unlock volume."); 745 throw new IOException("Could not unlock volume.", 746 new Win32Exception(Marshal.GetLastWin32Error())); 746 747 } 747 748 }
Note: See TracChangeset
for help on using the changeset viewer.
