ILicenseServiceGetLicenseSeatUsage Method (NullableGuid) | 
Namespace: Dundas.BI.Licensing
| Exception | Condition | 
|---|---|
| ArgumentException | tenantId is Empty. | 
| NotFoundException | A tenant with the given ID does not exist. | 
| NotSupportedException | A tenant ID is specified but the multi-tenancy features of the application are not enabled. | 
| NoPrivilegeException | The caller does not have system administration privileges. -or- The caller does not have administrative privileges for the tenant.  | 
| InvalidSessionException | The caller context is not associated with a valid session. | 
If the tenant draws a particular SeatCount property from the global pool, the value of that property in TotalCount will be MaxValue - 1 unless the caller is a system administrator.
The AllocatedToTenantsCount property in the result will always be Zero.