Table of Contents

Class ClientDeviceException

Namespace
Bluetooth.Abstractions.Broadcasting.Exceptions
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Represents an exception that occurs in Bluetooth broadcaster operations.

public class ClientDeviceException : BluetoothBroadcastingException, ISerializable
Inheritance
ClientDeviceException
Implements
Inherited Members

Constructors

ClientDeviceException(IBluetoothConnectedDevice, string, Exception?)

Initializes a new instance of the ClientDeviceException class.

protected ClientDeviceException(IBluetoothConnectedDevice broadcastConnectedDevice, string message = "Unknown broadcastClientDevice exception", Exception? innerException = null)

Parameters

broadcastConnectedDevice IBluetoothConnectedDevice

The Bluetooth broadcaster associated with the exception.

message string

A message that describes the error.

innerException Exception

The inner exception that caused the current exception, if any.

Properties

BroadcastConnectedDevice

Gets the Bluetooth broadcast client device associated with the exception.

public IBluetoothConnectedDevice BroadcastConnectedDevice { get; }

Property Value

IBluetoothConnectedDevice

See Also