FMIceLinkUnhandledExceptionArgs Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkUnhandledExceptionArgs.h FMIceLinkUnhandledExceptionArgs.m  | 
– exception
	
Gets the un[handled](#//api/name/handled) exception.
			- (NSException *)exceptionDiscussion
Gets the un[handled](#//api/name/handled) exception.
			Declared In
FMIceLinkUnhandledExceptionArgs.h
– handled
	
Gets whether the [exception](#//api/name/exception) has been
appropriately handled. If set to 
			true,
then the [exception](#//api/name/exception) will not be thrown.
- (bool)handledDiscussion
Gets whether the [exception](#//api/name/exception) has been
appropriately handled. If set to 
			true,
then the [exception](#//api/name/exception) will not be thrown.
Declared In
FMIceLinkUnhandledExceptionArgs.h
– initWithException:
	
Initializes a new instance of the FMIceLinkUnhandledExceptionArgs class.
			- (instancetype)initWithException:(NSException *)exceptionParameters
exception | 
						The exception.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkUnhandledExceptionArgs class.
			Declared In
FMIceLinkUnhandledExceptionArgs.h
– setHandled:
	
Sets whether the [exception](#//api/name/exception) has been
appropriately [handled](#//api/name/handled). If set to 
			true,
then the [exception](#//api/name/exception) will not be thrown.
- (void)setHandled:(bool)valueDiscussion
Sets whether the [exception](#//api/name/exception) has been
appropriately [handled](#//api/name/handled). If set to 
			true,
then the [exception](#//api/name/exception) will not be thrown.
Declared In
FMIceLinkUnhandledExceptionArgs.h
+ unhandledExceptionArgsWithException:
	
Initializes a new instance of the FMIceLinkUnhandledExceptionArgs class.
			+ (FMIceLinkUnhandledExceptionArgs *)unhandledExceptionArgsWithException:(NSException *)exceptionParameters
exception | 
						The exception.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkUnhandledExceptionArgs class.
			Declared In
FMIceLinkUnhandledExceptionArgs.h