IGroupServiceSaveGroup Method |
Namespace: Dundas.BI.AccountServices
Exception | Condition |
---|---|
ArgumentNullException | group is . |
ValidationException | group contains invalid property values. |
DuplicateItemException | A group with the specified name already exists. |
NotSupportedException | The underlying groups provider does not allow modifications to groups. -or- The group is associated with a tenant, but the multi-tenancy features of the application are not enabled. |
NotFoundException | The group with the specified ID does not exist. -or- The project associated with the group does not exist. -or- The tenant associated with the group does not exist. |
NoPrivilegeException | The caller does not have system administration privileges. -or- The group is associated with a project, and the caller does not have administration privileges for that project. -or- The group is associated with a tenant, and the caller does not have administration privileges for that tenant. |
InvalidSessionException | The caller context is not associated with a valid session. |