Table of Contents

Class CharacteristicAlreadyNotifyingException

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

Represents an exception that occurs when a characteristic is already notifying.

public class CharacteristicAlreadyNotifyingException : CharacteristicNotifyException, ISerializable
Inheritance
CharacteristicAlreadyNotifyingException
Implements
Inherited Members

Constructors

CharacteristicAlreadyNotifyingException(IBluetoothRemoteCharacteristic, string, Exception?)

Initializes a new instance of the CharacteristicAlreadyNotifyingException class.

public CharacteristicAlreadyNotifyingException(IBluetoothRemoteCharacteristic remoteCharacteristic, string message = "Characteristic is already notifying", Exception? innerException = null)

Parameters

remoteCharacteristic IBluetoothRemoteCharacteristic

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