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

CFileException::OsErrorToException

CFileException::ThrowOsError

virtual void __stdcall CFileException::ThrowOsError(
   long lOsError,
   const char* lpszFileName);

Parameters

  • long lOsError -

  • const char* lpszFileName -

Remarks


CFileException::OsErrorToException

virtual int __stdcall CFileException::OsErrorToException(long lOsErr);

Parameters

  • long lOsErr -

Return Value

Returns int

Remarks