Skip to main content

Class ActivityNotFoundException

Inheritance

↳ object

    ↳ Exception

        ActivityNotFoundException

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 ActivityNotFoundException : Exception, ISerializable

Constructors

ActivityNotFoundException(string)

Declaration
public ActivityNotFoundException(string message)
Parameters
TypeNameDescription
stringmessage

Methods

CreateByActivityName(string, string)

Declaration
public static ActivityNotFoundException CreateByActivityName(string activityName, string schemeCode)
Parameters
TypeNameDescription
stringactivityName
stringschemeCode
Returns
TypeDescription
ActivityNotFoundException

CreateByStateName(string, bool?, string)

Declaration
public static ActivityNotFoundException CreateByStateName(string stateName, bool? isForSetState, string schemeCode)
Parameters
TypeNameDescription
stringstateName
bool?isForSetState
stringschemeCode
Returns
TypeDescription
ActivityNotFoundException

Extension Methods