Changeset 2642
- Timestamp:
- 5/22/2012 8:57:24 AM (12 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
Eraser.DefaultPlugins/EntropySources/KernelEntropySource.cs (modified) (1 diff)
-
Eraser.Util/Win32ErrorCodes.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/EntropySources/KernelEntropySource.cs
r2639 r2642 206 206 //This happens if a drive is ejected while the loop is running. 207 207 } 208 catch (NotSupportedException) 209 { 210 //Don't bother if this drive doesn't count statistics. 211 } 208 212 } 209 213 -
trunk/eraser/Eraser.Util/Win32ErrorCodes.cs
r2516 r2642 67 67 case RequestAborted: return new OperationCanceledException(); 68 68 case SharingViolation: return new SharingViolationException(); 69 case BadCommand: return new NotSupportedException(); 69 70 } 70 71 … … 96 97 public const int RequestAborted = 1235; 97 98 public const int NotAReparsePoint = 4390; 99 public const int BadCommand = 22; 98 100 } 99 101 }
Note: See TracChangeset
for help on using the changeset viewer.
