Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

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.

public class TransitionRestrictionNotFoundException : Exception, ISerializable

Inheritance

  • 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
transitionName
String
The name of the transition that does not define the requested restriction.
actorName
String
The actor name used when resolving the missing restriction.
schemeCode
String
The workflow scheme code where the restriction was expected.