IGroupServiceDeleteGroup Method |
Namespace: Dundas.BI.AccountServices
Exception | Condition |
---|---|
ArgumentException | id is Empty. |
NotFoundException | The group with the specified ID does not exist. |
NotSupportedException | The underlying groups provider does not allow modifications to groups. |
InvalidOperationException | An attempt was made to delete a group which is managed by the application. This includes the Everyone, System Administrators and Global Users groups, as well as Project and Tenant administrator groups. |
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. |