Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessExecutionException

OptimaJet.Workflow.Core.Fault.ProcessExecutionException

Represents an exception that occurs during workflow process execution.

public class ProcessExecutionException : Exception, ISerializable

Inheritance

  • 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.

Parameters

Name
Type
Description
message
String
The message that describes the error.
innerException
Exception
The exception that caused this exception.
processStatusWasCorrectlySet
Boolean
true if the process status was correctly updated before this exception is raised; otherwise, false.

Properties

Name
Type
ProcessStatusWasCorrectlySet #
Boolean
Gets a value indicating whether the process status was already correctly updated before this exception was created.