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

Standard exception thrown by the BleLibrary in error cases in async methods. More...

Inheritance diagram for Arendi.BleLibrary.BleException:
Arendi.BleLibrary.NotConnectableException Arendi.BleLibrary.NotConnectedException Arendi.BleLibrary.NotSupportedException Arendi.BleLibrary.TimeoutException

Public Member Functions

 BleException (BleResult result, string message)
 Create a new BleException. More...
 

Properties

BleResult Result [get]
 Error result of the failed async operation. More...
 

Detailed Description

Standard exception thrown by the BleLibrary in error cases in async methods.

Constructor & Destructor Documentation

§ BleException()

Arendi.BleLibrary.BleException.BleException ( BleResult  result,
string  message 
)

Create a new BleException.

Parameters
resultResult that caused a async method to fail.
messageDetailed description.

Property Documentation

§ Result

BleResult Arendi.BleLibrary.BleException.Result
get

Error result of the failed async operation.