Table of Contents

Class BroadcasterUnexpectedStartException

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

Represents an exception that occurs when a Bluetooth broadcaster starts unexpectedly.

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

Constructors

BroadcasterUnexpectedStartException(IBluetoothBroadcaster, string, Exception?)

Initializes a new instance of the BroadcasterUnexpectedStartException class.

public BroadcasterUnexpectedStartException(IBluetoothBroadcaster broadcaster, string message = "Broadcaster started unexpectedly", 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