Share via


CNErrorCodeExtensions Class

Definition

Extension methods for the CNErrorCode enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(CNErrorCode)

Returns the error domain associated with the Contacts.CNErrorCode value

Applies to