Class CharacteristicExplorationException
- Namespace
- Bluetooth.Abstractions.Scanning.Exceptions
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Represents an exception that occurs when characteristic exploration fails.
public class CharacteristicExplorationException : ServiceException, ISerializable
- Inheritance
-
CharacteristicExplorationException
- Implements
- Derived
- Inherited Members
Constructors
CharacteristicExplorationException(IBluetoothRemoteService, string?, Exception?)
Initializes a new instance of the CharacteristicExplorationException class.
public CharacteristicExplorationException(IBluetoothRemoteService remoteService, string? message = null, Exception? innerException = null)
Parameters
remoteServiceIBluetoothRemoteServiceThe Bluetooth service associated with the exception.
messagestringA message that describes the error.
innerExceptionExceptionThe inner exception that caused the current exception, if any.