Table of Contents

Class DeviceExplorationException

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

Represents an exception that occurs when device exploration fails.

public class DeviceExplorationException : ScannerException, ISerializable
Inheritance
DeviceExplorationException
Implements
Derived
Inherited Members

Constructors

DeviceExplorationException(IBluetoothScanner, string?, Exception?)

Initializes a new instance of the DeviceExplorationException class.

public DeviceExplorationException(IBluetoothScanner scanner, string? message = null, Exception? innerException = null)

Parameters

scanner IBluetoothScanner

The Bluetooth scanner associated with the exception.

message string

The message that describes the error.

innerException Exception

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

See Also