AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.SupervisableErroredEventArgs Class Reference

The event arguments used to report state changes of a supervised component. More...

Inheritance diagram for Apac.SupervisableErroredEventArgs:

Public Member Functions

 SupervisableErroredEventArgs (Exception ex)
 Creates a set of event arguments that indicate the current and previous states of the supervised component. More...
 

Properties

Exception Exception [get]
 The previous state of the supervised component. More...
 

Detailed Description

The event arguments used to report state changes of a supervised component.

Constructor & Destructor Documentation

◆ SupervisableErroredEventArgs()

Apac.SupervisableErroredEventArgs.SupervisableErroredEventArgs ( Exception  ex)
inline

Creates a set of event arguments that indicate the current and previous states of the supervised component.

Parameters
exThe exception being reported.

Property Documentation

◆ Exception

Exception Apac.SupervisableErroredEventArgs.Exception
get

The previous state of the supervised component.


The documentation for this class was generated from the following file: