Class UnexpectedDescriptorExplorationException
- Namespace
- Bluetooth.Abstractions.Scanning.Exceptions
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Represents an exception that occurs when an unexpected Descriptor exploration happens.
public class UnexpectedDescriptorExplorationException : DescriptorExplorationException, ISerializable
- Inheritance
-
UnexpectedDescriptorExplorationException
- Implements
- Inherited Members
Constructors
UnexpectedDescriptorExplorationException(IBluetoothRemoteCharacteristic, string?, Exception?)
Initializes a new instance of the UnexpectedDescriptorExplorationException class.
public UnexpectedDescriptorExplorationException(IBluetoothRemoteCharacteristic remoteCharacteristic, string? message = null, Exception? innerException = null)
Parameters
remoteCharacteristicIBluetoothRemoteCharacteristicThe Bluetooth device associated with the exception.
messagestringA message that describes the error.
innerExceptionExceptionThe inner exception that caused the current exception, if any.