Table of Contents

Class ScannerConfigurationUpdateFailedException

Namespace
Bluetooth.Abstractions.Scanning.Exceptions
Assembly
Bluetooth.Abstractions.Scanning.dll

Represents an exception that occurs when a Bluetooth scanner configuration update fails.

public class ScannerConfigurationUpdateFailedException : ScannerException, ISerializable
Inheritance
ScannerConfigurationUpdateFailedException
Implements
Inherited Members

Constructors

ScannerConfigurationUpdateFailedException(IBluetoothScanner, string, Exception?)

Initializes a new instance of the ScannerConfigurationUpdateFailedException class.

public ScannerConfigurationUpdateFailedException(IBluetoothScanner scanner, string message = "Failed to update scanner configuration", Exception? innerException = null)

Parameters

scanner IBluetoothScanner

The Bluetooth scanner associated with the exception.

message string

A message that describes the error.

innerException Exception

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

See Also