Solucionando problemas de exceções: System.IO.FileNotFoundException
A FileNotFoundException exceção é lançada quando é feita uma tentativa de acessar um arquivo ou diretório que não existe no disco.
Associated Tips
Verifique se o arquivo existe no local especificado.
If the file does not exist, this exception is thrown. For more information, see FileExists.When using relative paths, make sure the current directory is correct.
If you are assuming the current directory incorrectly, relative paths will be incorrect as well.
Consulte também
Tarefas
Como: Use o Assistente de exceção