Splunk MINT SDK for iOS
4.4
|
#import <MintMessageException.h>
Inherits NSException.
Instance Methods | |
(id) | - initWithName:reason:userInfo: |
The MintMessageException class is derived from NSException.
- (id) initWithName: | (NSString *) | aName | |
reason: | (NSString *) | aReason | |
userInfo: | (NSDictionary *) | aUserInfo | |
Initializes an instance of MintMessageException.
aName | The name of the exception. |
aReason | The reason for the exception. |
aUserInfo | A dictionary with additional data, if applicable. |