simple question about uncaughtExceptionHandler
simple question about uncaughtExceptionHandler
- Subject: simple question about uncaughtExceptionHandler
- From: Per Persson <email@hidden>
- Date: Fri, 23 Nov 2001 16:49:48 +0100
Hi,
I did some experiments with using NSSetUncaughtExceptionHandler() to
intercept an exception as an alternative to NS_DURING ... NS_HANDLER ...
NS_ENDHANDLER.
It seems that even though I set my own exception handler, the system
still have a go at the exception after my handler and exits the app. Do
I have to do something to reset the exception in the handler or is this
how it is supposed to be?
/Per