IAppConfigServiceGetAllValuesForScope Method |
Namespace: Dundas.BI.Configuration
IReadOnlyDictionary<Guid, Object?> GetAllValuesForScope( AppSettingScope scope, Object? scopeTarget )
Exception | Condition |
---|---|
ArgumentException | scope is Effective (use GetAllEffectiveValues(AppSettingScope, Object)). -or- scope is Server and scopeTarget is empty, , or not a String. -or- scope is ServerGroup and scopeTarget is less than or equal to zero, or not an Int64. |
NoPrivilegeException | The caller does not have system administration privileges. |
InvalidSessionException | The caller context is not associated with a valid session. |