Changeset 2165
- Timestamp:
- 6/13/2010 4:01:28 AM (20 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util/Win32ErrorCodes.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/Win32ErrorCodes.cs
r2150 r2165 63 63 { 64 64 case NoError: return null; 65 case DeviceNotExist: 65 66 case NotReady: return new IOException(); 66 67 case RequestAborted: return new OperationCanceledException(); … … 85 86 public const int NotReady = 21; 86 87 public const int SharingViolation = 32; 88 public const int DeviceNotExist = 55; 87 89 public const int InvalidParameter = 87; 88 90 public const int DiskFull = 112;
Note: See TracChangeset
for help on using the changeset viewer.
