Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (8 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Clients.Access/3.3/UserInformation.cs

    r14185 r14927  
    7575        userExists = true;
    7676        occuredException = null;
    77       }
    78       catch (MessageSecurityException e) {
     77      } catch (MessageSecurityException e) {
    7978        //wrong username or password
    8079        errorOccured = false;
    8180        userExists = false;
    8281        occuredException = e;
    83       }
    84       catch (Exception e) {
     82      } catch (Exception e) {
    8583        errorOccured = true;
    8684        userExists = false;
Note: See TracChangeset for help on using the changeset viewer.