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.
Namespace: OptimaJet.Workflow.Core.Fault
public class TransitionConditionAlreadyExistsException : Exception, ISerializableInheritance
- 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
typeConditionTypeThe type of the transition condition that already exists.
transitionNameStringThe name of the transition containing the duplicated condition.
conditionNameStringThe name of the condition that already exists.
schemeCodeStringThe scheme code where the transition is defined.