Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class DuplicateWorkflowTenantIdException

OptimaJet.Workflow.Api.Exceptions.DuplicateWorkflowTenantIdException

An exception thrown when duplicate workflow tenant IDs are found.

public class DuplicateWorkflowTenantIdException : InvalidOperationException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • InvalidOperationException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public DuplicateWorkflowTenantIdException(params string[] ids) #
An exception thrown when duplicate workflow tenant IDs are found.

Parameters

Name
Type
Description
ids
String[]
The duplicate workflow tenant IDs.