Table of Contents

Class CBError

Namespace
CoreBluetooth

An error that Core Bluetooth returns during Bluetooth transactions. https://developer.apple.com/documentation/corebluetooth/cberror

public class CBError : Exception, ISerializable
Inheritance
CBError
Implements
Inherited Members

Constructors

CBError(Code)

public CBError(CBError.Code errorCode)

Parameters

errorCode CBError.Code

Properties

ErrorCode

public CBError.Code ErrorCode { get; }

Property Value

CBError.Code

Methods

ToString()

Creates and returns a string representation of the current exception.

public override string ToString()

Returns

string

A string representation of the current exception.