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, ISerializableType Hierarchy
- Exception
- ProcessNotFoundException Current type
- Implemented interfaces
- ProcessNotFoundException Current type
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.
Properties
public Guid ProcessId { get; } #Gets the identifier of the process that could not be found.