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