Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class WorkflowTenantNotFoundException

OptimaJet.Workflow.Api.Exceptions.WorkflowTenantNotFoundException

An exception thrown when a workflow tenant is not found.

public class WorkflowTenantNotFoundException : InvalidOperationException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • InvalidOperationException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public WorkflowTenantNotFoundException(string id) #
An exception thrown when specified workflow tenant is not found.

Parameters

Name
Type
Description
id
String
The name of the workflow tenant that was not found.