Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

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.

public class ActorAlreadyExistsException : Exception, ISerializable

Inheritance

  • 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
actorName
String
The actor name that already exists in the workflow scheme.
schemeCode
String
The workflow scheme code in which the actor name already exists.