Bio Radio SDK - Xamarin Android
GLNeuroTech.Devices.Common.UnhandledExceptionEventArgs Class Reference

Event arguments that describe an unhandled exception event More...

Inheritance diagram for GLNeuroTech.Devices.Common.UnhandledExceptionEventArgs:

Public Member Functions

 UnhandledExceptionEventArgs (Exception e)
 Constructs a new instance of UnhandledExceptionEventArgs More...
 

Properties

Exception ExceptionObject [get, set]
 The exception that was thrown. More...
 

Detailed Description

Event arguments that describe an unhandled exception event

Constructor & Destructor Documentation

◆ UnhandledExceptionEventArgs()

GLNeuroTech.Devices.Common.UnhandledExceptionEventArgs.UnhandledExceptionEventArgs ( Exception  e)

Constructs a new instance of UnhandledExceptionEventArgs

Parameters
e

Property Documentation

◆ ExceptionObject

Exception GLNeuroTech.Devices.Common.UnhandledExceptionEventArgs.ExceptionObject
getset

The exception that was thrown.