Table of Contents

Namespace Bluetooth.Abstractions.Broadcasting.Exceptions

Classes

BluetoothBroadcastingException

Exception thrown when an error occurs during Bluetooth broadcasting operations.

BroadcasterConfigurationUpdateFailedException

Represents an exception that occurs when a Bluetooth broadcaster configuration update fails.

BroadcasterException

Represents an exception that occurs in Bluetooth broadcaster operations.

BroadcasterFailedToStartException

Represents an exception that occurs when a Bluetooth broadcaster fails to start.

BroadcasterFailedToStopException

Represents an exception that occurs when a Bluetooth broadcaster fails to stop.

BroadcasterIsAlreadyStartedException

Represents an exception that occurs when a Bluetooth broadcaster is already started.

BroadcasterIsAlreadyStoppedException

Represents an exception that occurs when a Bluetooth broadcaster is already stopped.

BroadcasterUnexpectedStartException

Represents an exception that occurs when a Bluetooth broadcaster starts unexpectedly.

BroadcasterUnexpectedStopException

Represents an exception that occurs when a Bluetooth broadcaster stops unexpectedly.

CharacteristicAlreadyExistsException

Represents an exception that occurs when attempting to add a characteristic that already exists to a Bluetooth broadcast service.

CharacteristicException

Represents an exception that occurs in Bluetooth broadcast characteristic operations.

CharacteristicNotFoundException

Represents an exception that occurs when attempting to access or remove a characteristic that does not exist in a Bluetooth broadcast service.

ClientDeviceException

Represents an exception that occurs in Bluetooth broadcaster operations.

ClientDeviceNotFoundException

Represents an exception that occurs when attempting to access or remove a ClientDevice that does not exist in a Bluetooth broadcaster.

DescriptorAlreadyExistsException

Represents an exception that occurs when attempting to add a descriptor that already exists to a Bluetooth broadcast characteristic.

DescriptorNotFoundException

Represents an exception that occurs when a Descriptor is not found.

MultipleCharacteristicsFoundException

Represents an exception that occurs when multiple characteristics are found matching criteria.

MultipleClientDevicesFoundException

Represents an exception that occurs when multiple ClientDevices with the same ID are found in a Bluetooth broadcaster.

MultipleDescriptorsFoundException

Represents an exception that occurs when multiple Descriptors are found matching criteria.

MultipleServicesFoundException

Represents an exception that occurs when multiple services are found matching criteria.

ServiceAlreadyExistsException

Represents an exception that occurs when attempting to add a service that already exists to a Bluetooth broadcaster.

ServiceException

Represents an exception that occurs in Bluetooth broadcaster operations.

ServiceNotFoundException

Represents an exception that occurs when attempting to access or remove a service that does not exist in a Bluetooth broadcaster.

UnexpectedClientDeviceExplorationException

Represents an exception that occurs when an unexpected ClientDevice exploration happens.

UnexpectedServiceCreationException

Represents an exception that occurs when an unexpected Broadcast Service exploration happens.