FMWebSyncUnhandledExceptionArgs Class Reference

Inherits from NSObject
Declared in FMWebSync.h

Overview

Arguments for an unhandled exception.

– exception

Gets the unhandled exception.

- (NSException *)exception

Discussion

Gets the unhandled exception.

Declared In

FMWebSync.h

– handled

Gets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

- (bool)handled

Discussion

Gets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

Declared In

FMWebSync.h

– setHandled:

Sets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

- (void)setHandled:(bool)value

Discussion

Sets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

Declared In

FMWebSync.h