◆ 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 setThe details of the exception.
◆ FlowElement
IFlowElement FiftyOne.Pipeline.Core.Data.FlowError.FlowElement get setThe flow element that the exception occurred in or is related to.
◆ ShouldThrow
bool FiftyOne.Pipeline.Core.Data.FlowError.ShouldThrow get setFlag for if the pipeline should throw the exception.