Table of Contents

Class CharacteristicAccessorException

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

Base exception for all characteristic accessor and codec failures.

public class CharacteristicAccessorException : BluetoothScanningException, ISerializable
Inheritance
CharacteristicAccessorException
Implements
Derived
Inherited Members

Constructors

CharacteristicAccessorException(string, Exception?)

Initializes a new instance of the CharacteristicAccessorException class.

public CharacteristicAccessorException(string message, Exception? innerException = null)

Parameters

message string

The message that describes the error.

innerException Exception

The inner exception that caused this exception, if any.