IServerRegistryServiceRenameServerGroup Method | 
Namespace: Dundas.BI.Configuration
| Exception | Condition | 
|---|---|
| ArgumentException | newName is empty or . | 
| ArgumentOutOfRangeException | newName is longer than MaxNameLength characters. -or- serverGroupId is less than or equal to zero.  | 
| DuplicateItemException | newName is the name of an existing server group. | 
| NotFoundException | A server group with the specified ID does not exist. | 
| NoPrivilegeException | The caller does not have system administration privileges. | 
| InvalidSessionException | The caller context is not associated with a valid session. |