Changeset 1661
- Timestamp:
- 1/25/2010 2:44:51 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs
r1652 r1661 288 288 task.Log.LastSessionEntries.Add(new LogEntry(e.Message, LogLevel.Fatal)); 289 289 } 290 catch (ThreadAbortException) 291 { 292 //Do nothing. The exception will be rethrown after this block 293 //is executed. This is here mainly to ensure that no BlackBox 294 //report is created for this exception. 295 } 290 296 catch (Exception e) 291 297 {
Note: See TracChangeset
for help on using the changeset viewer.
