C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.LargeDataUpload.BufferProducerException Class Reference

Indicates that an exception occurred inside of a buffered producer thread. More...

Public Member Functions

 BufferProducerException (Exception innerException)
 Indicates that an exception occurred inside of a buffered producer thread.
 

Properties

int Depth [get]
 The Depth of the original exception, in the case of a chain of buffered producer consumers.
 
Exception OriginalException [get]
 The innermost exception that led to the first BufferProducerException.
 

Detailed Description

Indicates that an exception occurred inside of a buffered producer thread.

BufferProducerException does not need to be Serializable

Definition at line 9 of file BufferProducerException.cs.

Inheritance diagram for AnalyzeRe.LargeDataUpload.BufferProducerException:

Constructor & Destructor Documentation

◆ BufferProducerException()

AnalyzeRe.LargeDataUpload.BufferProducerException.BufferProducerException ( Exception  innerException)
inline

Indicates that an exception occurred inside of a buffered producer thread.

Definition at line 19 of file BufferProducerException.cs.

Property Documentation

◆ Depth

int AnalyzeRe.LargeDataUpload.BufferProducerException.Depth
get

The Depth of the original exception, in the case of a chain of buffered producer consumers.

Definition at line 13 of file BufferProducerException.cs.

◆ OriginalException

Exception AnalyzeRe.LargeDataUpload.BufferProducerException.OriginalException
get

The innermost exception that led to the first BufferProducerException.

Definition at line 16 of file BufferProducerException.cs.


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