AfxThrowFileException
Visual Studio 2008
Throws a file exception.
void AfxThrowFileException( int cause, LONG lOsError = -1, LPCTSTR lpszFileName = NULL );
Throws a file exception.
void AfxThrowFileException( int cause, LONG lOsError = -1, LPCTSTR lpszFileName = NULL );
Specifies an integer that indicates the reason for the exception. For a list of the possible values, see CFileException::m_cause.
Contains the operating-system error number (if available) that states the reason for the exception. See your operating-system manual for a listing of error codes.
Points to a string containing the name of the file that caused the exception (if available).