\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.IFlowError Interface Reference

Detailed Description

Represents an error that occurred during processing

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

[legend]

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...

Property Documentation

◆ ExceptionData

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

The details of the exception.

◆ FlowElement

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

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

◆ ShouldThrow

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

Flag for if the pipeline should throw the exception.