Function 関数

NSGetUncaughtExceptionHandler()

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

Declaration 宣言

func NSGetUncaughtExceptionHandler() -> ((NSException) -> Void)?

Return Value 戻り値

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

See Also 参照

Related Documentation 関連文書