Class WorkflowTenantNotFoundException
OptimaJet.Workflow.Api.Exceptions.WorkflowTenantNotFoundException
An exception thrown when a workflow tenant is not found.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class WorkflowTenantNotFoundException : InvalidOperationException, ISerializableType Hierarchy
- Exception
- SystemException
- InvalidOperationException
- WorkflowTenantNotFoundException Current type
- Implemented interfaces
- WorkflowTenantNotFoundException Current type
- InvalidOperationException
- SystemException
Constructors
public WorkflowTenantNotFoundException(string id) #An exception thrown when specified workflow tenant is not found.
Parameters
Name
Type
Description
idStringThe name of the workflow tenant that was not found.