ALAssetsErrorExtensions.GetDomain(ALAssetsError) Method

Definition

Returns the error domain associated with the AssetsLibrary.ALAssetsError value

public static Foundation.NSString GetDomain (this AssetsLibrary.ALAssetsError self);
static member GetDomain : AssetsLibrary.ALAssetsError -> Foundation.NSString

Parameters

self
ALAssetsError

The enumeration value

Returns

Remarks

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

Applies to