Class TransitionRestrictionNotFoundException
OptimaJet.Workflow.Core.Fault.TransitionRestrictionNotFoundException
Represents an exception that is thrown when a transition restriction cannot be found for a given actor in a workflow scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class TransitionRestrictionNotFoundException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public TransitionRestrictionNotFoundException(string transitionName, string actorName, string schemeCode) #Initializes a new instance of the TransitionRestrictionNotFoundException class.
Parameters
Name
Type
Description
transitionNameStringThe name of the transition that does not define the requested restriction.
actorNameStringThe actor name used when resolving the missing restriction.
schemeCodeStringThe workflow scheme code where the restriction was expected.