Share via


UIGuidedAccessErrorCodeExtensions.GetDomain(UIGuidedAccessErrorCode) Method

Definition

Returns the error domain associated with the UIKit.UIGuidedAccessErrorCode value

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

Parameters

self
UIGuidedAccessErrorCode

The enumeration value

Returns

Remarks

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

Applies to