共用方式為


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

處理在檔上執行讀取、寫入或還原動作時出現的錯誤。

屬性

備註

這可從背景執行緒使用。

適用於