Class DescriptorExplorationException
- Namespace
- Bluetooth.Abstractions.Scanning.Exceptions
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Represents an exception that occurs when Descriptor exploration fails.
public class DescriptorExplorationException : CharacteristicException, ISerializable
- Inheritance
-
DescriptorExplorationException
- Implements
- Derived
- Inherited Members
Constructors
DescriptorExplorationException(IBluetoothRemoteCharacteristic, string?, Exception?)
Initializes a new instance of the DescriptorExplorationException class.
public DescriptorExplorationException(IBluetoothRemoteCharacteristic remoteCharacteristic, string? message = null, 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.