Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TransitionConditionAlreadyExistsException

OptimaJet.Workflow.Core.Fault.TransitionConditionAlreadyExistsException

Represents an exception that is thrown when a workflow scheme transition already contains a condition with the specified name.

public class TransitionConditionAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public TransitionConditionAlreadyExistsException(ConditionType type, string transitionName, string conditionName, string schemeCode) #
Initializes a new instance of the TransitionConditionAlreadyExistsException class with details of the duplicate condition.

Parameters

Name
Type
Description
type
ConditionType
The type of the transition condition that already exists.
transitionName
String
The name of the transition containing the duplicated condition.
conditionName
String
The name of the condition that already exists.
schemeCode
String
The scheme code where the transition is defined.