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

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

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

Public Member Functions

 NotConnectableException (string message)
 Create a new NotConnectableException. 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.NotConnectable error in async methods.

Constructor & Destructor Documentation

§ NotConnectableException()

Arendi.BleLibrary.NotConnectableException.NotConnectableException ( string  message)

Create a new NotConnectableException.

Parameters
messageDetailed description.