ETenantException Class
Base class for all exceptions raised by the tenancy infrastructure.
Remarks
Catch this class to handle every tenant-related error at once. The descendants ETenantNotResolved, ETenantNotFound, ETenantNotActive, ETenantMismatch, EShardUnavailable and ETenantCatalogUnavailable identify the exact condition.
Syntax
Unit: Aurelius.Tenancy.Exceptions
ETenantException = class(Exception);