NEAppProxyFlowErrorExtensions.GetDomain(NEAppProxyFlowError) Method

Definition

Returns the error domain associated with the NetworkExtension.NEAppProxyFlowError value

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

Parameters

self
NEAppProxyFlowError

The enumeration value

Returns

Remarks

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

Applies to