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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.