FileNotFoundException

FileNotFoundException typedef

The exception that is thrown when an attempt to access a file that does not exist on disk fails. Never wrap the FileNotFoundException class instances into System::SmartPtr.

using System::IO::FileNotFoundException = typedef System::ExceptionWrapper<Details_FileNotFoundException>

See Also