FPUIExtensionErrorCodeExtensions.GetDomain(FPUIExtensionErrorCode) Method

Definition

Returns the error domain associated with the FileProviderUI.FPUIExtensionErrorCode value

public static Foundation.NSString GetDomain (this FileProviderUI.FPUIExtensionErrorCode self);
static member GetDomain : FileProviderUI.FPUIExtensionErrorCode -> Foundation.NSString

Parameters

self
FPUIExtensionErrorCode

The enumeration value

Returns

Remarks

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

Applies to