Deletes a role specified by its name from the repository.
true if the role was deleted from the repository; otherwise; false.
Exception Type | Condition |
---|---|
ArgumentNullException | the value of roleName is null (Nothing in VB.Net). |
ArgumentException | the value of roleName is an empty string or contains invalid chars ('\', '/', '?', '*', '%', ';', ''', '"', ':', '|', '[', ']', '+', '=', ','). |
InvalidOperationException | the role is marked as a built-in role. -or- the role has one or more members and throwOnPopulatedRole is true. |
SecurityException | The current user has not enough privileges to use Membership API. The Membership access level of the application must be sufficient to allows this action or the 'Membership Manager' role must be granted to the user by using the Visual Guard console. |
VGRoleProvider Class | Novalys.VisualGuard.Security.WebForm Namespace