Assembly: OptimaJet.Workflow.Core

Class ProcessAlreadyExistsException

OptimaJet.Workflow.Core.Fault.ProcessAlreadyExistsException

Represents an exception thrown when an attempt is made to create or register a process that already exists.

public class ProcessAlreadyExistsException : Exception, ISerializable

Type Hierarchy

Constructors

public ProcessAlreadyExistsException(Guid id) #
Initializes a new instance of the ProcessAlreadyExistsException with a message containing the duplicate process identifier.

Parameters

Name
Type
Description
id
Guid
The identifier of the process that already exists.