CFileException Class Reference

#include <exception.h>

List of all members.

Public Member Functions

 CFileException (INT32 nErrCode)

Protected Attributes

INT32 m_nErrCode


Detailed Description

Definition at line 108 of file exception.h.


Constructor & Destructor Documentation

CFileException::CFileException INT32  nErrCode  )  [inline]
 

Definition at line 114 of file exception.h.

00114                                      : m_nErrCode( nErrCode )
00115     {
00116     }


Member Data Documentation

INT32 CFileException::m_nErrCode [protected]
 

Definition at line 111 of file exception.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:52:22 2007 for Camelot by  doxygen 1.4.4