Class UnexpectedCharacteristicExplorationException
- Namespace
- Bluetooth.Abstractions.Scanning.Exceptions
- Assembly
- Bluetooth.Abstractions.Scanning.dll
Represents an exception that occurs when an unexpected characteristic exploration happens.
public class UnexpectedCharacteristicExplorationException : CharacteristicExplorationException, ISerializable
- Inheritance
-
UnexpectedCharacteristicExplorationException
- Implements
- Inherited Members
Constructors
UnexpectedCharacteristicExplorationException(IBluetoothRemoteService, string?, Exception?)
Initializes a new instance of the UnexpectedCharacteristicExplorationException class.
public UnexpectedCharacteristicExplorationException(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.