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

Class for event arguments if an update failed. More...

Inheritance diagram for Arendi.BleLibrary.Extention.UpdateFailedEventArgs:

Public Member Functions

 UpdateFailedEventArgs (Exception exception)
 Create the event arguments. More...
 

Properties

Exception Exception [get]
 Exception that caused the teardown to fail. More...
 
BleResult Result [get]
 Get the failure that caused the update to fail. More...
 

Detailed Description

Class for event arguments if an update failed.

Constructor & Destructor Documentation

§ UpdateFailedEventArgs()

Arendi.BleLibrary.Extention.UpdateFailedEventArgs.UpdateFailedEventArgs ( Exception  exception)

Create the event arguments.

Parameters
exceptionException that caused the update to fail.

Property Documentation

§ Exception

Exception Arendi.BleLibrary.Extention.UpdateFailedEventArgs.Exception
get

Exception that caused the teardown to fail.

§ Result

BleResult Arendi.BleLibrary.Extention.UpdateFailedEventArgs.Result
get

Get the failure that caused the update to fail.