- attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo:
Implemented to attempt a recovery from an error noted in a document-modal sheet.
ドキュメントモーダルシートにおいて注記されるエラーからの復旧を試みるために実装されます。
Availability
Technology
- (BOOL)attemptRecoveryFromError:(NSError
*)error
optionIndex:(NSUInteger
)recoveryOptionIndex;
error
An NSError
object that describes the error, including error recovery options.
recoveryOptionIndex
The index of the user selected recovery option in error
's localized recovery array.
YES
if the error recovery was completed successfully, NO
otherwise.
Invoked when an error alert is been presented to the user in an application-modal dialog, and the user has selected an error recovery option specified by error
.
- attemptRecoveryFromError:optionIndex:delegate:didRecoverSelector:contextInfo: