CArchive::Abort

This member function closes the archive without throwing an exception. The CArchive destructor will normally call CArchive::Close, which will flush any data that has not been saved to the associated CFile object. This can cause exceptions.

Syntax

void Abort( );

At a Glance

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

See Also

CArchive Overview, CArchive Member Functions, Run-Time Object Model Support, CArchive::Close, CArchive::Flush