Workflow Engine .NET

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

Inheritance

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

Properties

Name
Type
ProcessId #
Guid
Gets the identifier of the process that could not be found.