UIDocument.UserInteractionNoLongerPermittedForError(NSError) Method

Definition

Indicates that it is no longer safe to proceed without handling the error.

[Foundation.Export("userInteractionNoLongerPermittedForError:")]
public virtual void UserInteractionNoLongerPermittedForError (Foundation.NSError error);
abstract member UserInteractionNoLongerPermittedForError : Foundation.NSError -> unit
override this.UserInteractionNoLongerPermittedForError : Foundation.NSError -> unit

Parameters

error
NSError

Object that encapsulates error information.

Attributes

Remarks

This can be used from a background thread.

Applies to