UIDocument.HandleError(NSError, Boolean) 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.
Called when an error occurs during reading, saving, or reverting this UIDocument.
[Foundation.Export("handleError:userInteractionPermitted:")]
public virtual void HandleError (Foundation.NSError error, bool userInteractionPermitted);
abstract member HandleError : Foundation.NSError * bool -> unit
override this.HandleError : Foundation.NSError * bool -> unit
Parameters
- error
- NSError
Object that encapsulates error information.
- userInteractionPermitted
- Boolean
Handles errors that appear when performing read, write or revert actions on a document.
- Attributes
Remarks
This can be used from a background thread.