Table of Contents

ETenantNotFound Class

Raised when a tenant id is not registered in the catalog.

Syntax

Unit: Aurelius.Tenancy.Exceptions

ETenantNotFound = class(ETenantException);

Constructors

Name Description
Create Creates the exception for the given tenant id.

Properties

Name Description
TenantId The id of the tenant that was not found.