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
remoteCharacteristicIBluetoothRemoteCharacteristicThe Bluetooth characteristic associated with the exception.
messagestringA message that describes the error.
innerExceptionExceptionThe inner exception that caused the current exception, if any.