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

Type Hierarchy

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.