Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TransitionNotFoundException

OptimaJet.Workflow.Core.Fault.TransitionNotFoundException

Represents an exception thrown when a transition cannot be found in a workflow scheme.

public class TransitionNotFoundException : Exception, ISerializable

Inheritance

  • 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
transitionName
String
The name of the transition that could not be found.
schemeCode
String
The code of the scheme that was searched.