CArchiveException::CArchiveException

CArchiveException( int cause = CArchiveException::none );

Parameters

cause

An enumerated type variable that indicates the reason for the exception. For a list of the enumerators, see the m_cause data member.

Remarks

Constructs a CArchiveException object, storing the value of cause in the object. You can create a CArchiveException object on the heap and throw it yourself or let the global function AfxThrowArchiveException handle it for you.

Do not use this constructor directly; instead, call the global function AfxThrowArchiveException.

CArchiveException OverviewClass MembersHierarchy Chart