Instance Property インスタンスプロパティ

userInfo

A dictionary containing application-specific data pertaining to the receiver. レシーバに関係があるアプリケーション固有のデータを含んでいる辞書。

Declaration 宣言

var userInfo: [AnyHashable : Any]? { get }

Discussion 議論

nil if no application-specific data exists. As an example, if a method’s return value caused the exception to be raised, the return value might be available to the exception handler through this method. nil、アプリケーション固有のデータが存在しないならば。1つの例として、メソッドの戻り値が例外が引き起こされる原因だったならば、その戻り値は例外ハンドラによってこのメソッドを通して利用可能かもしれません。

See Also 参照

Querying an NSException Object NSExceptionオブジェクトに問いただす

Related Documentation 関連文書