다음을 통해 공유


AfxAbort

The default termination function supplied by MFC.

void AfxAbort( );

설명

AfxAbort is called internally by MFC member functions when there is a fatal error, such as an uncaught exception that cannot be handled. You can call AfxAbort in the rare case when you encounter a catastrophic error from which you cannot recover.

예제

See the example for CATCH.

요구 사항

Header: afx.h

참고 항목

개념

MFC 매크로 및 전역