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, ISerializableInheritance
- 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
idStringThe name of the workflow tenant that was not found.