Class ProcessExecutionException
OptimaJet.Workflow.Core.Fault.ProcessExecutionException
Represents an exception that occurs during workflow process execution.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessExecutionException : Exception, ISerializableType Hierarchy
- Exception
- ProcessExecutionException Current type
- Implemented interfaces
- ProcessExecutionException Current type
Constructors
public ProcessExecutionException(string message, Exception innerException, bool processStatusWasCorrectlySet) #Initializes a new instance of the ProcessExecutionException class.
Properties
public bool ProcessStatusWasCorrectlySet { get; } #Gets a value indicating whether the process status was already correctly updated before this exception was created.