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