m_cause | Contains portable code corresponding to the exception cause. | |
m_lOsError | Contains the related operating-system error number. |
CFileException | Constructs a CFileException object. |
OsErrorToException | Returns a cause code corresponding to an MS-DOS error code. | |
ErrnoToException | Returns cause code corresponding to a run-time error number. |
ThrowOsError | Throws a file exception based on an operating-system error number. | |
ThrowErrno | Throws a file exception based on a run-time error number. |