Beispiel #1
0
 public override string[] GetUsersInRole(string roleName)
 {
     try
     {
         return(SystemRoleWrapper.GetUsersInRole(roleName));
     }
     catch (Exception exception)
     {
         throw NhibernateMembershipProviderExceptionUtil.NewProviderException(this, NHibernateProviderSR.Role_UnableToGetUsersInRole, exception);
     }
 }