Exception Handling and Textfiles

Idea: Introduce Exception Handling in a project that uses TestFiles.
Background: Exceptions and Exception Handling in C#


In the project IOFileTest you find a simple test of Reading and Writing text to a filestream - But there are no Exception Handling!!
Test the program and implement exception handling (eg. handling FileNotFoundException, DirectoryNotFoundException ...)