Class ClientDeviceNotFoundException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Represents an exception that occurs when attempting to access or remove a ClientDevice that does not exist in a Bluetooth broadcaster.
public class ClientDeviceNotFoundException : BroadcasterException, ISerializable
- Inheritance
-
ClientDeviceNotFoundException
- Implements
- Inherited Members
Constructors
ClientDeviceNotFoundException(IBluetoothBroadcaster, Exception?)
Initializes a new instance of the ClientDeviceNotFoundException class.
public ClientDeviceNotFoundException(IBluetoothBroadcaster broadcaster, Exception? innerException = null)
Parameters
broadcasterIBluetoothBroadcasterThe Bluetooth broadcaster associated with the exception.
innerExceptionExceptionThe inner exception that caused the current exception, if any.
ClientDeviceNotFoundException(IBluetoothBroadcaster, string, Exception?)
Initializes a new instance of the ClientDeviceNotFoundException class.
public ClientDeviceNotFoundException(IBluetoothBroadcaster broadcaster, string id, Exception? innerException = null)
Parameters
broadcasterIBluetoothBroadcasterThe Bluetooth broadcaster associated with the exception.
idstringThe UUID of the ClientDevice that was not found.
innerExceptionExceptionThe inner exception that caused the current exception, if any.