Function 関数

NSSetUncaughtExceptionHandler

Changes the top-level error handler. トップレベルのエラーハンドラを変更します。

Declaration 宣言

void NSSetUncaughtExceptionHandler(NSUncaughtExceptionHandler *);

Discussion 議論

Sets the top-level error-handling function where you can perform last-minute logging before the program terminates. トップレベルのエラー処理関数を設定します、そこにおいてあなたはプログラムを終わらせる前に最後の瞬間のログを実行できます。

See Also 参照

Related Documentation 関連文書