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

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

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

Public Member Functions

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

Constructor & Destructor Documentation

§ NotSupportedException()

Arendi.BleLibrary.NotSupportedException.NotSupportedException ( string  message)

Create a new NotSupportedException.

Parameters
messageDetailed description.