Table of Contents

Class BluetoothBroadcastingException

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

Exception thrown when an error occurs during Bluetooth broadcasting operations.

public class BluetoothBroadcastingException : BluetoothException, ISerializable
Inheritance
BluetoothBroadcastingException
Implements
Derived
Inherited Members

Constructors

BluetoothBroadcastingException(string, Exception?)

Initializes a new instance of the BluetoothBroadcastingException class.

public BluetoothBroadcastingException(string message = "Unknown Bluetooth broadcasting exception", Exception? innerException = null)

Parameters

message string

The message that describes the error.

innerException Exception

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