DekGenius.com
[ Team LiB ] Previous Section Next Section

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 *)

    [ Team LiB ] Previous Section Next Section