Class InvalidTenantIdException
OptimaJet.Workflow.Api.Exceptions.InvalidTenantIdException
An exception thrown when a tenant id has an invalid format.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class InvalidTenantIdException : ArgumentException, ISerializableInheritance
- 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
tenantIdStringThe invalid tenant id.