CFileException::CFileException

Use this member function to construct a CFileException object that stores the cause code and the operating-system code in the object.

Syntax

CFileException( int cause = CFileException::none, LONG lOsError = –1 );

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CFileException Overview, CFileException Member Functions, Exception Classes