ETenantNotActive Class
Raised when a tenant exists in the catalog but its status is not Active (it is pending, suspended or disabled).
Syntax
Unit: Aurelius.Tenancy.Exceptions
ETenantNotActive = class(ETenantException);
Constructors
| Name | Description |
|---|---|
| Create | Creates the exception for the given tenant and status. |
Properties
| Name | Description |
|---|---|
| Status | The TTenantStatus of the tenant at the time of the check. |
| TenantId | The id of the tenant that is not active. |