Share via


UIApplicationCategoryDefaultErrorCodeExtensions.GetDomain Method

Definition

Returns the error domain associated with the UIKit.UIApplicationCategoryDefaultErrorCode value

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

Parameters

self
UIApplicationCategoryDefaultErrorCode

The enumeration value

Returns

Remarks

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

Applies to