VNErrorCodeExtensions.GetDomain(VNErrorCode) Method

Definition

Returns the error domain associated with the Vision.VNErrorCode value

public static Foundation.NSString GetDomain (this Vision.VNErrorCode self);
static member GetDomain : Vision.VNErrorCode -> Foundation.NSString

Parameters

self
VNErrorCode

The enumeration value

Returns

Remarks

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

Applies to