If a crash is triggered by an uncaught Objective-C exception, the exception name and reason will be made available.
More...
Inherits NSObject.
If a crash is triggered by an uncaught Objective-C exception, the exception name and reason will be made available.
- (id) initWithExceptionName: |
|
(NSString *) |
name |
reason: |
|
(NSString *) |
reason |
|
|
| |
Initialize with the given exception name and reason.
- Parameters
-
name | Exception name. |
reason | Exception reason. |
- (id) initWithExceptionName: |
|
(NSString *) |
name |
reason: |
|
(NSString *) |
reason |
stackFrames: |
|
(NSArray *) |
stackFrames |
|
|
| |
Initialize with the given exception name, reason, and call stack.
- Parameters
-
name | Exception name. |
reason | Exception reason. |
stackFrames | The exception's original call stack, as an array of PLCrashReportStackFrameInfo instances. |
The documentation for this class was generated from the following files:
- Source/PLCrashReportExceptionInfo.h
- Source/PLCrashReportExceptionInfo.m