◆ 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.
\r\n
This class contains details about errors that occur during processing
FlowError (Exception ex, IFlowElement flowElement)
Constructor More...
|
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...
|
FiftyOne.Pipeline.Core.Data.FlowError.FlowError | ( | Exception | ex, |
IFlowElement | flowElement | ||
) |
Constructor
Exception FiftyOne.Pipeline.Core.Data.FlowError.ExceptionData |
The details of the exception.
IFlowElement FiftyOne.Pipeline.Core.Data.FlowError.FlowElement |
The flow element that the exception occurred in or is related to.