\r\n

51Degrees Pipeline .NET  4.1Newer Version 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)
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...

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

Constructor & Destructor Documentation

◆ FlowError()

FiftyOne.Pipeline.Core.Data.FlowError.FlowError ( Exception   ex,
IFlowElement   flowElement  
)

Constructor

Parameters
ex - The exception
flowElement - The flow element that the exception occurred in or is related to.

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.