Class ProcessNotFoundException
OptimaJet.Workflow.Core.Fault.ProcessNotFoundException
Represents an exception thrown when a requested process cannot be found.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessNotFoundException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ProcessNotFoundException(Guid id) #Initializes a new instance of the ProcessNotFoundException class for the process identifier that was not found.
Parameters
Name
Type
Description
idGuidThe process identifier that was not found.