Table of Contents

Class CharacteristicExplorationException

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

Represents an exception that occurs when characteristic exploration fails.

public class CharacteristicExplorationException : ServiceException, ISerializable
Inheritance
CharacteristicExplorationException
Implements
Derived
Inherited Members

Constructors

CharacteristicExplorationException(IBluetoothRemoteService, string?, Exception?)

Initializes a new instance of the CharacteristicExplorationException class.

public CharacteristicExplorationException(IBluetoothRemoteService remoteService, string? message = null, Exception? innerException = null)

Parameters

remoteService IBluetoothRemoteService

The Bluetooth service 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