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
Syntaxpublic class ActivityNotFoundException : Exception, ISerializable
Constructors
ActivityNotFoundException(string)
Declarationpublic ActivityNotFoundException(string message)
Type | Name | Description |
---|---|---|
string | message |
ActivityNotFoundException(string, string)
Declarationpublic ActivityNotFoundException(string activityName, string schemeCode)
Type | Name | Description |
---|---|---|
string | activityName | |
string | schemeCode |
ActivityNotFoundException(string, bool?, string)
Declarationpublic ActivityNotFoundException(string stateName, bool? isForSetState, string schemeCode)
Type | Name | Description |
---|---|---|
string | stateName | |
bool? | isForSetState | |
string | schemeCode |
Methods
CreateByActivityName(string, string)
Declaration[Obsolete("Use constructor with activityName and schemeCode parameters.")]
public static ActivityNotFoundException CreateByActivityName(string activityName, string schemeCode)
Type | Name | Description |
---|---|---|
string | activityName | |
string | schemeCode |
Type | Description |
---|---|
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)
Type | Name | Description |
---|---|---|
string | stateName | |
bool? | isForSetState | |
string | schemeCode |
Type | Description |
---|---|
ActivityNotFoundException |