CFileException Class
The structure used for this class is CFileException
Quick Ref |
virtual void __stdcall CFileException::ThrowOsError(long lOsError, const char* lpszFileName) = 0 |
virtual int __stdcall CFileException::OsErrorToException(long lOsErr) = 0 |
Methods
Name |
Description |
CFileException::ThrowOsError
virtual void __stdcall CFileException::ThrowOsError(
long lOsError,
const char* lpszFileName);
Parameters
longlOsError -const char* lpszFileName -
Remarks
CFileException::OsErrorToException
virtual int __stdcall CFileException::OsErrorToException(long lOsErr);
Parameters
longlOsErr -
Return Value
Returns int
Remarks