FMIceLinkUnhandledExceptionArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkUnhandledExceptionArgs.h
FMIceLinkUnhandledExceptionArgs.m

Overview

Arguments for an un[handled](#//api/name/handled) [exception](#//api/name/exception).

– exception

Gets the un[handled](#//api/name/handled) exception.
- (NSException *)exception

Discussion

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)handled

Discussion

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 *)exception

Parameters

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)value

Discussion

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 *)exception

Parameters

exception

The exception.

Discussion

Initializes a new instance of the FMIceLinkUnhandledExceptionArgs class.

Declared In

FMIceLinkUnhandledExceptionArgs.h