Details_FileNotFoundException

Details_FileNotFoundException class

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

class Details_FileNotFoundException : public System::Details_ExceptionWithFilename<Details_IOException>

Methods

MethodDescription
virtual String get_FileName() constGets the name of the file that causes this exception.
String get_Message() const override
String ToString() const override

See Also