Class BluetoothBroadcastingException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Exception thrown when an error occurs during Bluetooth broadcasting operations.
public class BluetoothBroadcastingException : BluetoothException, ISerializable
- Inheritance
-
BluetoothBroadcastingException
- Implements
- Derived
- Inherited Members
Constructors
BluetoothBroadcastingException(string, Exception?)
Initializes a new instance of the BluetoothBroadcastingException class.
public BluetoothBroadcastingException(string message = "Unknown Bluetooth broadcasting exception", Exception? innerException = null)