Edit

Share via


CSSearchQueryErrorCodeExtensions.GetDomain(CSSearchQueryErrorCode) Method

Definition

Returns the error domain associated with the CoreSpotlight.CSSearchQueryErrorCode value

public static Foundation.NSString GetDomain (this CoreSpotlight.CSSearchQueryErrorCode self);
static member GetDomain : CoreSpotlight.CSSearchQueryErrorCode -> Foundation.NSString

Parameters

self
CSSearchQueryErrorCode

The enumeration value

Returns

Remarks

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

Applies to