다음을 통해 공유


AfxThrowUserException

Throws an exception to stop an end-user operation.

void AfxThrowUserException( );

설명

This function is normally called immediately after AfxMessageBox has reported an error to the user.

요구 사항

헤더: afxwin.h

참고 항목

참조

CUserException 클래스

THROW(MFC)

AfxMessageBox

개념

MFC 매크로 및 전역

기타 리소스

How Do I: Create my Own Custom Exception Classes?