Class ActorNotFoundException
OptimaJet.Workflow.Core.Fault.ActorNotFoundException
Represents an exception thrown when an actor cannot be found in a workflow scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class ActorNotFoundException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ActorNotFoundException(string message) #Initializes a new instance of the ActorNotFoundException class with a custom error message.
Parameters
Name
Type
Description
messageStringThe message that explains why the exception was thrown.
public ActorNotFoundException(string actorName, string schemeCode) #Initializes a new instance of the ActorNotFoundException class for a missing actor name in a specific workflow scheme.
Parameters
Name
Type
Description
actorNameStringThe name of the actor that was not found.
schemeCodeStringThe workflow scheme code that was searched.