Table of Contents

Class UnexpectedCharacteristicExplorationException

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

Represents an exception that occurs when an unexpected characteristic exploration happens.

public class UnexpectedCharacteristicExplorationException : CharacteristicExplorationException, ISerializable
Inheritance
UnexpectedCharacteristicExplorationException
Implements
Inherited Members

Constructors

UnexpectedCharacteristicExplorationException(IBluetoothRemoteService, string?, Exception?)

Initializes a new instance of the UnexpectedCharacteristicExplorationException class.

public UnexpectedCharacteristicExplorationException(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