Class TransitionNotFoundException
OptimaJet.Workflow.Core.Fault.TransitionNotFoundException
Represents an exception thrown when a transition cannot be found in a workflow scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class TransitionNotFoundException : Exception, ISerializableType Hierarchy
- Exception
- TransitionNotFoundException Current type
- Implemented interfaces
- TransitionNotFoundException Current type
Constructors
public TransitionNotFoundException(string transitionName, string schemeCode) #Initializes a new instance of the TransitionNotFoundException class.
Parameters
Name
Type
Description
transitionNameStringThe name of the transition that could not be found.
schemeCodeStringThe code of the scheme that was searched.
Remarks
This constructor initializes the exception message using:
Transition with name '{transitionName}' not found in '{schemeCode}' scheme.