Class DescriptorCantReadException
- Namespace
- Bluetooth.Abstractions.Scanning.Exceptions
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Exception thrown when attempting to read from a descriptor that doesn't support read operations.
public class DescriptorCantReadException : DescriptorException, ISerializable
- Inheritance
-
DescriptorCantReadException
- Implements
- Inherited Members
Constructors
DescriptorCantReadException(IBluetoothRemoteDescriptor)
Initializes a new instance of the DescriptorCantReadException class.
public DescriptorCantReadException(IBluetoothRemoteDescriptor remoteDescriptor)
Parameters
remoteDescriptorIBluetoothRemoteDescriptorThe descriptor that cannot be read.