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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ProcessExecutionException(string message, Exception innerException, bool processStatusWasCorrectlySet) #Initializes a new instance of the ProcessExecutionException class.
Properties
Name
Type
ProcessStatusWasCorrectlySet #BooleanGets a value indicating whether the process status was already correctly updated before this exception was created.