Table of Contents

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)

Parameters

message string

The message that describes the error.

innerException Exception

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