Edit

Share via


MKErrorCodeExtensions.GetDomain(MKErrorCode) Method

Definition

Returns the error domain associated with the MapKit.MKErrorCode value

public static Foundation.NSString GetDomain (this MapKit.MKErrorCode self);
static member GetDomain : MapKit.MKErrorCode -> Foundation.NSString

Parameters

self
MKErrorCode

The enumeration value

Returns

Remarks

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

Applies to