Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TransitionRestrictionAlreadyExistsException

OptimaJet.Workflow.Core.Fault.TransitionRestrictionAlreadyExistsException

Represents an exception that is thrown when a transition restriction for a specific actor already exists in a workflow scheme.

public class TransitionRestrictionAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public TransitionRestrictionAlreadyExistsException(string transitionName, string actorName, string schemeCode) #
Initializes a new instance of the TransitionRestrictionAlreadyExistsException class with details about the transition restriction that already exists.

Parameters

Name
Type
Description
transitionName
String
The name of the transition that already has a restriction for the actor.
actorName
String
The actor name that already has a restriction on the transition.
schemeCode
String
The code of the workflow scheme that already contains the restriction.