Table of Contents

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

broadcaster IBluetoothBroadcaster

The Bluetooth broadcaster associated with the exception.

message string

A message that describes the error.

innerException Exception

The inner exception that caused the current exception, if any.

See Also