Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActivityNotFoundException

OptimaJet.Workflow.Core.Fault.ActivityNotFoundException

public class ActivityNotFoundException : Exception, ISerializable

Inheritance

  • System.Object
  • System.Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ActivityNotFoundException(string message) #

Parameters

Name
Type
Description
message
String
public ActivityNotFoundException(string activityName, string schemeCode) #

Parameters

Name
Type
Description
activityName
String
schemeCode
String
public ActivityNotFoundException(string stateName, bool? isForSetState, string schemeCode) #

Parameters

Name
Type
Description
stateName
String
isForSetState
Nullable<Boolean>
schemeCode
String