ETenantNotFound.Create Constructor
Creates the exception for the given tenant id.
Syntax
Unit: Aurelius.Tenancy.Exceptions
constructor ETenantNotFound.Create(const ATenantId: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ATenantId | string | The id of the tenant that was not found. |