Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class InvalidTenantIdException

OptimaJet.Workflow.Api.Exceptions.InvalidTenantIdException

An exception thrown when a tenant id has an invalid format.

public class InvalidTenantIdException : ArgumentException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • ArgumentException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public InvalidTenantIdException(string tenantId) #
An exception thrown when a tenant id has an invalid format.

Parameters

Name
Type
Description
tenantId
String
The invalid tenant id.