Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class TransitionRestrictionNotFoundException

Inheritance

↳ object

    ↳ Exception

        ↳ TransitionRestrictionNotFoundException

Implements

ISerializable

Inherited Members

GetBaseException()

GetObjectData(SerializationInfo, StreamingContext)

GetType()

ToString()

Data

HelpLink

HResult

InnerException

Message

Source

StackTrace

TargetSite

SerializeObjectState

Equals(object)

Equals(object, object)

GetHashCode()

MemberwiseClone()

ReferenceEquals(object, object)

Namespace: OptimaJet.Workflow.Core.Fault

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class TransitionRestrictionNotFoundException : Exception, ISerializable

Constructors

TransitionRestrictionNotFoundException(string, string, string)

Declaration
public TransitionRestrictionNotFoundException(string transitionName, string actorName, string schemeCode)
Parameters
TypeNameDescription
stringtransitionName
stringactorName
stringschemeCode

Extension Methods