Assembly: OptimaJet.Workflow.Core

Class ProcessNotFoundException

OptimaJet.Workflow.Core.Fault.ProcessNotFoundException

Represents an exception thrown when a requested process cannot be found.

public class ProcessNotFoundException : Exception, ISerializable

Type Hierarchy

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
id
Guid
The process identifier that was not found.

Properties

public Guid ProcessId { get; } #
Gets the identifier of the process that could not be found.