Skip to main content

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

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

ActivityNotFoundException(string, string)

Declaration
public ActivityNotFoundException(string activityName, string schemeCode)
Parameters
TypeNameDescription
stringactivityName
stringschemeCode

ActivityNotFoundException(string, bool?, string)

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

Methods

CreateByActivityName(string, string)

Declaration
[Obsolete("Use constructor with activityName and schemeCode parameters.")]
public static ActivityNotFoundException CreateByActivityName(string activityName, string schemeCode)
Parameters
TypeNameDescription
stringactivityName
stringschemeCode
Returns
TypeDescription
ActivityNotFoundException

CreateByStateName(string, bool?, string)

Declaration
[Obsolete("Use constructor with stateName, isForSetState and schemeCode parameters.")]
public static ActivityNotFoundException CreateByStateName(string stateName, bool? isForSetState, string schemeCode)
Parameters
TypeNameDescription
stringstateName
bool?isForSetState
stringschemeCode
Returns
TypeDescription
ActivityNotFoundException

Extension Methods