Share via


CMErrorExtensions.GetDomain(CMError) Method

Definition

Returns the error domain associated with the CoreMotion.CMError value

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

Parameters

self
CMError

The enumeration value

Returns

Remarks

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

Applies to