IAppConfigServiceGetAllEffectiveValues Method (AppSettingScope, Object) |
Namespace: Dundas.BI.Configuration
IDictionary<Guid, AppSettingValue> GetAllEffectiveValues( AppSettingScope scope, Object? scopeTarget )
Exception | Condition |
---|---|
ArgumentException | scope is Effective. -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. |