LAStatusExtensions.GetDomain(LAStatus) Method

Definition

Returns the error domain associated with the LocalAuthentication.LAStatus value

public static Foundation.NSString GetDomain (this LocalAuthentication.LAStatus self);
static member GetDomain : LocalAuthentication.LAStatus -> Foundation.NSString

Parameters

self
LAStatus

The enumeration value

Returns

Remarks

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

Applies to