NFCReaderErrorExtensions.GetDomain(NFCReaderError) Method

Definition

Returns the error domain associated with the CoreNFC.NFCReaderError value

public static Foundation.NSString GetDomain (this CoreNFC.NFCReaderError self);
static member GetDomain : CoreNFC.NFCReaderError -> Foundation.NSString

Parameters

self
NFCReaderError

The enumeration value

Returns

Remarks

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

Applies to