Share via


CMErrorExtensions Class

Definition

Extension methods for the CMError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class CMErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type CMErrorExtensions = class
Inheritance
CMErrorExtensions
Attributes

Remarks

The extension method for the CMError enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(CMError)

Returns the error domain associated with the CoreMotion.CMError value

Applies to