10.16 Uncaught Exceptions

These two functions are used to get and set the function that an application uses to handle uncaught exceptions.

NSGetUncaughtExceptionHandler

NSUncaughtExceptionHandler *NSGetUncaughtExceptionHandler(void)

NSSetUncaughtExceptionHandler

void NSSetUncaughtExceptionHandler(NSUncaughtExceptionHandler *)



    Part II: API Quick Reference
    Chapter 13. Foundation Classes