Table of Contents

Class BluetoothException

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

The base class for all Bluetooth-related exceptions in the Bluetooth.Core library.

public abstract class BluetoothException : Exception, ISerializable
Inheritance
BluetoothException
Implements
Derived
Inherited Members

Constructors

BluetoothException()

Initializes a new instance of the BluetoothException class with a default message.

protected BluetoothException()

BluetoothException(string)

Initializes a new instance of the BluetoothException class with the specified message.

protected BluetoothException(string message)

Parameters

message string

The error message that explains the reason for the exception.

BluetoothException(string, Exception?)

The base class for all Bluetooth-related exceptions in the Bluetooth.Core library.

protected BluetoothException(string message, Exception? innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.