Ble Service Exception
Base sealed class for exceptions related to Bluetooth Low Energy (BLE) services.
This class serves as the parent for all BLE service-specific exceptions in the SDK. The sealed nature ensures all possible BLE service exceptions are known at compile time, allowing for comprehensive error handling.
Parameters
message
The detail message explaining the exception.
cause
The underlying cause of this exception.