Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CodeActionAlreadyExistsException

OptimaJet.Workflow.Core.Fault.CodeActionAlreadyExistsException

Represents an exception raised when a workflow scheme already contains a code action with the same name and type.

public class CodeActionAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public CodeActionAlreadyExistsException(string codeActionName, CodeActionType type, string schemeCode) #
Initializes a new instance of the CodeActionAlreadyExistsException class.

Parameters

Name
Type
Description
codeActionName
String
The name of the duplicated code action.
type
CodeActionType
The CodeActionType of the duplicated code action.
schemeCode
String
The code of the workflow scheme where the duplicate was found.