Contents

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.

See Also

Related Documentation

Querying an NSException Object