Visual Guard Class Library Documentation

VGRoleProvider.CreateRole Method 

Adds a new role to the repository.

public override void CreateRole(
   String roleName
);

Parameters

roleName
The name of the role to create.

Exceptions

Exception Type Condition
ArgumentNullException roleName is null (Nothing in VB.Net).
ArgumentException roleName is empty or contains invalid chars ('\', '/', '?', '*', '%', ';', ''', '"', ':', '|', '[', ']', '+', '=', ',').

or

roleName is longer than 64 characters.
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.

See Also

VGRoleProvider Class | Novalys.VisualGuard.Security.WebForm Namespace