UIDocumentBrowserErrorCodeExtensions.GetDomain Method

Definition

Returns the error domain associated with the UIKit.UIDocumentBrowserErrorCode value

public static Foundation.NSString GetDomain (this UIKit.UIDocumentBrowserErrorCode self);
static member GetDomain : UIKit.UIDocumentBrowserErrorCode -> Foundation.NSString

Parameters

self
UIDocumentBrowserErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to