The Roles.AddUserToRoles(string, String[]) method calls the default role provider to associate the specified user with the specified roles at the data source.
If your application uses the System.Web.Security.SqlRoleProvider class, the database updates that are performed during the call to the Roles.AddUserToRoles(string, String[]) method are made within a transaction. If an error is encountered, such as a user name that is already in a specified role, the transaction is rolled back and no updates are performed.
User names and role names cannot contain commas.