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.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessAlreadyExistsException : Exception, ISerializableType Hierarchy
- Exception
- ProcessAlreadyExistsException Current type
- Implemented interfaces
- ProcessAlreadyExistsException Current type
Constructors
public ProcessAlreadyExistsException(Guid id) #Initializes a new instance of the ProcessAlreadyExistsException with a message containing the duplicate process identifier.
Parameters
Name
Type
Description
idGuidThe identifier of the process that already exists.