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