FMWebSyncBasePublisherResponseEventArgs Class Reference

Inherits from FMWebSyncBasePublisherEventArgs : NSObject
Declared in FMWebSync.h

Overview

Base arguments for events that occur after a response is received.

– exception

Gets the exception generated while completing the request, if any. Will be null if no exception was generated.

- (NSException *)exception

Discussion

Gets the exception generated while completing the request, if any. Will be null if no exception was generated.

Declared In

FMWebSync.h

– setException:

Sets the exception generated while completing the request, if any. Will be null if no exception was generated.

- (void)setException:(NSException *)value

Discussion

Sets the exception generated while completing the request, if any. Will be null if no exception was generated.

Declared In

FMWebSync.h