| 59 | eFileError(const TSTRING& filename, const TSTRING& description, uint32 flags = 0); |
| 60 | |
| 61 | explicit eFileError(const eFileError& rhs) : eError(rhs) |
| 62 | { |
| 63 | mFilename = rhs.mFilename; |
| 64 | } |
| 65 | eFileError(const TSTRING& msg, uint32 flags = 0) : eError(msg, flags) |
| 66 | { |
| 67 | } |