Troubleshooting Exceptions: System.IO.DirectoryNotFoundExceptionÂ
A DirectoryNotFoundException exception is thrown when part of a file path or a directory is not found.
Associated Tips
- Verify that the directory appears in the specified location.
Check that the directory exists in the specified location.
- When using relative paths, make sure the current directory is correct.
The path may be incorrect if you are assuming an incorrect current directory.
See Also
Tasks
How to: Find Out More About an Exception with the Exception Assistant