UIDocumentBrowserViewControllerDelegate.FailedToImportDocument Method

Definition

Developers may implement this method to respond when the application fails to import a document.

[Foundation.Export("documentBrowser:failedToImportDocumentAtURL:error:")]
public virtual void FailedToImportDocument (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl documentUrl, Foundation.NSError error);
abstract member FailedToImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit
override this.FailedToImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit

Parameters

controller
UIDocumentBrowserViewController

The controller that failed to import the document.

documentUrl
NSUrl

The document's original URL.

error
NSError

The error that occurred.

This parameter can be null.

Attributes

Applies to