Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CArchiveException::CArchiveException
CArchiveException                           Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CArchiveException( int cause = CArchiveException::none );
 
  Parameter   Description
 
  <cause>     An enumerated type variable that indicates the reason for
              the exception. See the m_cause data member for a list of
              the enumerators.
 
  Remarks
 
  Constructs a CArchiveException object, storing the <cause> code in the
  object. You can create a CArchiveException object on the heap and throw
  it yourself or let AfxThrowArchiveException handle it for you.
 
  Do not use this constructor directly, but call the global function
  AfxThrowArchiveException.
 
 
                                     -♦-