CBErrorExtensions.GetDomain(CBError) Method

Definition

Returns the error domain associated with the CoreBluetooth.CBError value

public static Foundation.NSString GetDomain (this CoreBluetooth.CBError self);
static member GetDomain : CoreBluetooth.CBError -> Foundation.NSString

Parameters

self
CBError

The enumeration value

Returns

Remarks

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

Applies to