#include <fileio.h>
Inheritance diagram for except::create_file_failed:


Public Member Functions | |
| create_file_failed (const string &CreateFileFailed) throw () | |
| Create file failed constructor. | |
| virtual | ~create_file_failed (void) throw () |
| Create file failed destructor. | |
| virtual const char * | what (void) const throw () |
| Get create file failed exception. | |
Private Attributes | |
| string | m_CreateFileFailed |
| Exception description. | |
|
|
Create file failed constructor.
|
|
|
Create file failed destructor.
|
|
|
Get create file failed exception.
Implements except::fileio_except. |
|
|
Exception description.
|
|
|
|