Ignore:
Timestamp:
2/12/2010 6:24:18 AM (2 years ago)
Author:
lowjoel
Message:

When we load a task list from the stream the stream may not be valid. If so, throw an InvalidDataException? instead. This prevents exceptions which are specific to the implementation of the Executor class from letting its exceptions bubble up the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser/Program.cs

    r1819 r1829  
    519519                } 
    520520            } 
    521             catch (SerializationException ex) 
     521            catch (InvalidDataException ex) 
    522522            { 
    523523                File.Delete(TaskListPath); 
Note: See TracChangeset for help on using the changeset viewer.