Share via


CLLocationPushServiceErrorExtensions.GetDomain Method

Definition

Returns the error domain associated with the CoreLocation.CLLocationPushServiceError value

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

Parameters

self
CLLocationPushServiceError

The enumeration value

Returns

Remarks

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

Applies to