Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Throws an exception to stop an end-user operation.
Syntax
void AfxThrowUserException( );
Remarks
This function is normally called immediately after AfxMessageBox has reported an error to the user.
Requirements
Header: afxwin.h
See Also
MFC Macros and Globals
CUserException Class
THROW (MFC)
AfxMessageBox
How Do I: Create my Own Custom Exception Classes?