Table of Contents

Class UnexpectedServiceCreationException

Namespace
Bluetooth.Abstractions.Broadcasting.Exceptions
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Represents an exception that occurs when an unexpected Broadcast Service exploration happens.

public class UnexpectedServiceCreationException : BroadcasterException, ISerializable
Inheritance
UnexpectedServiceCreationException
Implements
Inherited Members

Constructors

UnexpectedServiceCreationException(IBluetoothBroadcaster, string?, Exception?)

Initializes a new instance of the UnexpectedServiceCreationException class.

public UnexpectedServiceCreationException(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