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
Method | Description |
---|---|
virtual String get_FileName() const | Gets the name of the file that causes this exception. |
String get_Message() const override | |
String ToString() const override |
See Also
- Class Details_ExceptionWithFilename
- Namespace System::IO
- Library Aspose.Slides