AVKitErrorExtensions.GetDomain(AVKitError) Method

Definition

Returns the error domain associated with the AVKit.AVKitError value

public static Foundation.NSString GetDomain (this AVKit.AVKitError self);
static member GetDomain : AVKit.AVKitError -> Foundation.NSString

Parameters

self
AVKitError

The enumeration value

Returns

Remarks

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

Applies to