System::IO::FileNotFoundException typedef

FileNotFoundException typedef

当尝试访问磁盘上不存在的文件时抛出的异常。切勿将 FileNotFoundException 类实例包装到 System::SmartPtr 中。

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

另见