Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.NotConnectedException Class Reference

Exception thrown by the BleLibrary in case of an BleResult.NotConnected error in async methods. More...

Inheritance diagram for Arendi.BleLibrary.NotConnectedException:
Arendi.BleLibrary.BleException

Public Member Functions

 NotConnectedException (string message)
 Create a new NotConnectedException. More...
 
- Public Member Functions inherited from Arendi.BleLibrary.BleException
 BleException (BleResult result, string message)
 Create a new BleException. More...
 

Additional Inherited Members

- Properties inherited from Arendi.BleLibrary.BleException
BleResult Result [get]
 Error result of the failed async operation. More...
 

Detailed Description

Exception thrown by the BleLibrary in case of an BleResult.NotConnected error in async methods.

Constructor & Destructor Documentation

§ NotConnectedException()

Arendi.BleLibrary.NotConnectedException.NotConnectedException ( string  message)

Create a new NotConnectedException.

Parameters
messageDetailed description.