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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.