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.
Namespace: OptimaJet.Workflow.Core.Fault
public class TransitionRestrictionAlreadyExistsException : Exception, ISerializableInheritance
- 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
transitionNameStringThe name of the transition that already has a restriction for the actor.
actorNameStringThe actor name that already has a restriction on the transition.
schemeCodeStringThe code of the workflow scheme that already contains the restriction.