Class UnexpectedClientDeviceExplorationException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Represents an exception that occurs when an unexpected ClientDevice exploration happens.
public class UnexpectedClientDeviceExplorationException : BroadcasterException, ISerializable
- Inheritance
-
UnexpectedClientDeviceExplorationException
- Implements
- Inherited Members
Constructors
UnexpectedClientDeviceExplorationException(IBluetoothBroadcaster, string?, Exception?)
Initializes a new instance of the UnexpectedClientDeviceExplorationException class.
public UnexpectedClientDeviceExplorationException(IBluetoothBroadcaster broadcaster, string? message = null, Exception? innerException = null)
Parameters
broadcasterIBluetoothBroadcasterThe Bluetooth broadcaster associated with the exception.
messagestringA message that describes the error.
innerExceptionExceptionThe inner exception that caused the current exception, if any.