Table of Contents

ETenantNotResolved Class

Raised when an operation needs the current tenant but none could be determined.

Remarks

Typically raised when a tenant-routed connection pool is used in a request that carries no tenant id and outside of any ambient Aurelius.Tenancy.Context.TTenantScope.

Syntax

Unit: Aurelius.Tenancy.Exceptions

ETenantNotResolved = class(ETenantException);

Constructors

Name Description
Create Creates the exception with the standard "Tenant not specified" message.