Share via


NEVpnConnectionErrorExtensions.GetDomain(NEVpnConnectionError) Method

Definition

Returns the error domain associated with the NetworkExtension.NEVpnConnectionError value

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

Parameters

self
NEVpnConnectionError

The enumeration value

Returns

Remarks

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

Applies to