Class ActorAlreadyExistsException
OptimaJet.Workflow.Core.Fault.ActorAlreadyExistsException
Represents an exception that is thrown when a workflow scheme already contains an actor with the same name.
Namespace: OptimaJet.Workflow.Core.Fault
public class ActorAlreadyExistsException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ActorAlreadyExistsException(string actorName, string schemeCode) #Initializes a new instance of the ActorAlreadyExistsException class for a duplicate actor name in the specified workflow scheme.
Parameters
Name
Type
Description
actorNameStringThe actor name that already exists in the workflow scheme.
schemeCodeStringThe workflow scheme code in which the actor name already exists.