ETenantMismatch.Create Constructor
Creates the exception listing the two conflicting tenant ids.
Syntax
Unit: Aurelius.Tenancy.Exceptions
constructor ETenantMismatch.Create(const ATenantId1: string; const ATenantId2: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ATenantId1 | string | The first tenant id. |
| const | ATenantId2 | string | The second, conflicting tenant id. |