Changeset 2670
- Timestamp:
- 5/24/2012 8:03:22 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.BlackBox/BlackBoxReport.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.BlackBox/BlackBoxReport.cs
r2669 r2670 48 48 if (!File.Exists(stackTracePath)) 49 49 { 50 Delete(); 50 try 51 { 52 Delete(); 53 } 54 catch (UnauthorizedAccessException) 55 { 56 //Swallow. We may not be able to access the report; let the user 57 //who owns the report upload it. But in this case, we still need 58 //to still raise InvalidDataException otherwise we will operate 59 //on a report we cannot modify. 60 } 61 51 62 throw new InvalidDataException("The BlackBox report is corrupt."); 52 63 }
Note: See TracChangeset
for help on using the changeset viewer.
