AfxThrowUserException
Visual Studio .NET 2003
Throws an exception to stop an end-user operation.
void AfxThrowUserException( );
Remarks
This function is normally called immediately after AfxMessageBox has reported an error to the user.
See Also
MFC Macros and Globals | CUserException | THROW | AfxMessageBox