Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TransitionAlreadyExistsException

OptimaJet.Workflow.Core.Fault.TransitionAlreadyExistsException

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

public class TransitionAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public TransitionAlreadyExistsException(string transitionName, string schemeCode) #

Parameters

Name
Type
Description
transitionName
String
schemeCode
String