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
messagestringThe 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)