TechnologiesDeveloper Tools & Diagnostics

ExceptionHandling

iOSmacOStvOSwatchOSvisionOS

ExceptionHandling is a legacy macOS facility for catching, logging, and handling exceptions and runtime errors. You install an NSExceptionHandler to intercept exceptions and runtime errors as they occur, then route them to logging or custom handling logic. The framework centers on the single NSExceptionHandler class.

Exception Handling 1

The central object for intercepting, logging, and responding to exceptions and runtime errors.

  • Cl
    NSExceptionHandler
    An object that intercepts exceptions and runtime errors as they occur and routes them to logging or custom handling logic.

Extends 1

NSObject
← Developer Tools & Diagnostics