CWinApp::ProcessWndProcException

This method is called by the framework whenever the handler does not catch an exception thrown in one of your application’s message or command handlers.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual LRESULT ProcessWndProcException( CException* e, const MSG* pMsg );

See Also

CWnd::WindowProc, CException