#include <exception.h>
Public Member Functions | |
CFileException (INT32 nErrCode) | |
Protected Attributes | |
INT32 | m_nErrCode |
Definition at line 108 of file exception.h.
|
Definition at line 114 of file exception.h. 00114 : m_nErrCode( nErrCode ) 00115 { 00116 }
|
|
Definition at line 111 of file exception.h. |