#include <fileio.h>
Inheritance diagram for except::open_file_failed:
Public Member Functions | |
open_file_failed (const string &OpenFileFailed) throw () | |
Open file failed constructor. | |
virtual | ~open_file_failed (void) throw () |
Open file failed destructor. | |
virtual const char * | what (void) const throw () |
Get open file failed exception. | |
Private Attributes | |
string | m_OpenFileFailed |
Exception description. |
|
Open file failed constructor.
|
|
Open file failed destructor.
|
|
Get open file failed exception.
Implements except::fileio_except. |
|
Exception description.
|
![]() |
![]() |
![]() |