C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs Class Reference

The OnPollEventHandler EventArgs. More...

Public Member Functions

 OnErrorEventArgs (Exception ex, ServerError serverError, IRestResponse response)
 Create a new OnErrorEventArgs.
 

Properties

Exception Exception [get, set]
 The exception encountered (if any).
 
IRestResponse Response [get, set]
 The IRestResponse received (if any).
 
ServerError ServerError [get, set]
 The ServerError object received (if any).
 

Detailed Description

The OnPollEventHandler EventArgs.

Definition at line 107 of file AsyncRequestMonitor.cs.

Inheritance diagram for AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs:

Constructor & Destructor Documentation

◆ OnErrorEventArgs()

AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs.OnErrorEventArgs ( Exception  ex,
ServerError  serverError,
IRestResponse  response 
)
inline

Create a new OnErrorEventArgs.

Parameters
exThe exception encountered (if any).
serverErrorThe ServerError object received (if any).
responseThe IRestResponse received (if any).

Definition at line 119 of file AsyncRequestMonitor.cs.

Property Documentation

◆ Exception

Exception AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs.Exception
getset

The exception encountered (if any).

Definition at line 110 of file AsyncRequestMonitor.cs.

◆ Response

IRestResponse AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs.Response
getset

The IRestResponse received (if any).

Definition at line 114 of file AsyncRequestMonitor.cs.

◆ ServerError

ServerError AnalyzeRe.Utilities.AsyncRequestMonitor< T >.OnErrorEventArgs.ServerError
getset

The ServerError object received (if any).

Definition at line 112 of file AsyncRequestMonitor.cs.


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