UIDocument.UserInteractionNoLongerPermittedForError(NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.