$ errors.fyi/dotnet/FileNotFoundException 74 namespaces · 3,092 codes
dotnet · dotnet/FileNotFoundException
FileNotFoundException

FileNotFoundException

Thrown when an attempt to access a file that does not exist on disk fails. Check that the path is correct, the file has not been deleted, and the process has permission to read it. Use File.Exists() to guard access when absence is a normal condition.

Also defined in

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT