Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActivityAlreadyExistsException

OptimaJet.Workflow.Core.Fault.ActivityAlreadyExistsException

Represents an exception raised when a workflow scheme contains an activity with the specified name.

public class ActivityAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ActivityAlreadyExistsException(string activityName, string schemeCode) #
Initializes a new instance of the ActivityAlreadyExistsException class when a duplicate activity name is encountered for a workflow scheme.

Parameters

Name
Type
Description
activityName
String
The name of the activity that is already present in the scheme.
schemeCode
String
The code of the workflow scheme that already contains the activity.