UIDocument.HandleError(NSError, Boolean) 方法

定义

在读取、保存或还原此 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

参数

error
NSError

封装错误信息的对象。

userInteractionPermitted
Boolean

处理对文档执行读取、写入或还原操作时出现的错误。

属性

注解

这可以从后台线程使用。

适用于