Class FlowException
- Namespace
- Crosser.EdgeNode.Flows
- Assembly
- Crosser.EdgeNode.Flows.dll
public class FlowException
- Inheritance
-
FlowException
- Inherited Members
-
Constructors
FlowException(Guid, Exception)
public FlowException(Guid flowId, Exception exception)
Parameters
flowId Guid
exception Exception
FlowException(Guid, Exception, IFlowModule)
public FlowException(Guid flowId, Exception exception, IFlowModule module)
Parameters
flowId Guid
exception Exception
module IFlowModule
Properties
Exception
public Exception Exception { get; set; }
Property Value
- Exception
FlowId
public Guid FlowId { get; set; }
Property Value
- Guid
Module
public IFlowModule? Module { get; set; }
Property Value
- IFlowModule