Edit

Share via


SFErrorCodeExtensions.GetDomain(SFErrorCode) Method

Definition

Returns the error domain associated with the SafariServices.SFErrorCode value

public static Foundation.NSString GetDomain (this SafariServices.SFErrorCode self);
static member GetDomain : SafariServices.SFErrorCode -> Foundation.NSString

Parameters

self
SFErrorCode

The enumeration value

Returns

Remarks

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

Applies to