System::IO::Details_FileNotFoundException Class Reference

Inherits System::Details_ExceptionWithFilename< Details_IOException >.

Additional Inherited Members

- Public Member Functions inherited from System::Details_ExceptionWithFilename< Details_IOException >
virtual String get_FileName () const
 Gets the name of the file that causes this exception. More...
 
virtual String get_Message () const override
 
virtual String ToString () const override
 

Detailed Description

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.