Share via


NERelayManagerClientErrorExtensions.GetDomain Method

Definition

Returns the error domain associated with the NetworkExtension.NERelayManagerClientError value

public static Foundation.NSString? GetDomain(this NetworkExtension.NERelayManagerClientError self);
static member GetDomain : NetworkExtension.NERelayManagerClientError -> Foundation.NSString

Parameters

self
NERelayManagerClientError

The enumeration value

Returns

Remarks

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

Applies to