CArchiveException::m_cause

The m_cause data member contains an integer whose value specifies the cause of the exception. Its values are defined by a CArchiveException enumerated type. See the Visual C++ documentation for details.

int m_cause;

At a Glance

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

See Also

CArchiveException Overview, CArchiveException Data Members, Exception Classes