\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.FlowError Class Reference

Detailed Description

This class contains details about errors that occur during processing

Inheritance diagram for FiftyOne.Pipeline.Core.Data.FlowError:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Data.FlowError:

[legend]

Public Member Functions

 FlowError (Exception ex, IFlowElement flowElement, bool shouldThrow=true)
Constructor More...

Properties

Exception  ExceptionData [get, set]
The details of the exception. More...
IFlowElement  FlowElement [get, set]
The flow element that the exception occurred in or is related to. More...
bool  ShouldThrow [get, set]
Flag for if the pipeline should throw the exception. More...

Properties inherited from FiftyOne.Pipeline.Core.Data.IFlowError

Exception  ExceptionData [get, set]
The details of the exception. More...
IFlowElement  FlowElement [get, set]
The flow element that the exception occurred in or is related to. More...
bool  ShouldThrow [get, set]
Flag for if the pipeline should throw the exception. More...

Constructor & Destructor Documentation

◆ FlowError()

FiftyOne.Pipeline.Core.Data.FlowError.FlowError ( Exception   ex,
IFlowElement   flowElement,
bool   shouldThrow = true  
)

Constructor

Parameters
ex - The exception
flowElement - The flow element that the exception occurred in or is related to.
shouldThrow - Set whether the pipeline should throw this exception.

Property Documentation

◆ ExceptionData

Exception FiftyOne.Pipeline.Core.Data.FlowError.ExceptionData
get set

The details of the exception.

◆ FlowElement

IFlowElement FiftyOne.Pipeline.Core.Data.FlowError.FlowElement
get set

The flow element that the exception occurred in or is related to.

◆ ShouldThrow

bool FiftyOne.Pipeline.Core.Data.FlowError.ShouldThrow
get set

Flag for if the pipeline should throw the exception.