Class BluetoothErrorException
Occurs when an exception is thrown in the Bluetooth component.
Inherited Members
Namespace: Unosquare.RaspberryIO
Syntax
public class BluetoothErrorException : Exception, ISerializable, _Exception
Constructors
BluetoothErrorException(String)
Initializes a new instance of the BluetoothErrorException class.
Declaration
public BluetoothErrorException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message. |