UIDocument.FinishedHandlingError(NSError, Boolean) Method

Definition

Application developers should call this function when they have finished handling an error.

[Foundation.Export("finishedHandlingError:recovered:")]
public virtual void FinishedHandlingError (Foundation.NSError error, bool recovered);
abstract member FinishedHandlingError : Foundation.NSError * bool -> unit
override this.FinishedHandlingError : Foundation.NSError * bool -> unit

Parameters

error
NSError

Object that encapsulates error information.

recovered
Boolean

Boolean indicating whether error was handled.

Attributes

Remarks

This can be used from a background thread.

Applies to