System::IO::FileNotFoundException typedef

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 =  System::ExceptionWrapper<Details_FileNotFoundException>

See Also