git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23742
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
is the default).
-\membersection{wxApp::OnUnhandledException}{wxapponunhandledexception}
+\membersection{wxApp::OnUnhandledException}\label{wxapponunhandledexception}
\func{virtual void}{OnUnhandledException}{\void}
allow you to catch any exceptions generated during the execution of the main
event loop. To deal with the exceptions which may arise during the program
startup and/or shutdown you should insert try/catch clauses in
-\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxappoxexit} as well.
+\helpref{OnInit()}{wxapponinit} and/or \helpref{OnExit()}{wxapponexit} as well.
Finally, you may also want to continue running even when certain exceptions
occur. If all of your exceptions may happen only in the event handlers of a