Class BluetoothOffException
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Extensions
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
A class representing Exceptions for when the Bluetooth is off
public class BluetoothOffException : AsciiProtocolException, ISerializable
- Inheritance
-
BluetoothOffException
- Implements
- Inherited Members
Constructors
BluetoothOffException()
Initializes a new instance of the BluetoothOffException class.
public BluetoothOffException()
BluetoothOffException(string)
Initializes a new instance of the BluetoothOffException class.
public BluetoothOffException(string message)
Parameters
message
stringthe message
BluetoothOffException(string, Exception)
Initializes a new instance of the BluetoothOffException class.
public BluetoothOffException(string message, Exception inner)