ETenantNotActive.Create Constructor
Creates the exception for the given tenant and status.
Syntax
Unit: Aurelius.Tenancy.Exceptions
constructor ETenantNotActive.Create(const ATenantId: string; AStatus: TTenantStatus);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ATenantId | string | The id of the tenant. |
| AStatus | TTenantStatus | The current status of the tenant. |