EKErrorCodeExtensions.GetDomain(EKErrorCode) Method

Definition

Returns the error domain associated with the EventKit.EKErrorCode value

public static Foundation.NSString GetDomain (this EventKit.EKErrorCode self);
static member GetDomain : EventKit.EKErrorCode -> Foundation.NSString

Parameters

self
EKErrorCode

The enumeration value

Returns

Remarks

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

Applies to