Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Clients.Access/3.3/UserInformation.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Clients.Access/3.3/UserInformation.cs
r14185 r14927 75 75 userExists = true; 76 76 occuredException = null; 77 } 78 catch (MessageSecurityException e) { 77 } catch (MessageSecurityException e) { 79 78 //wrong username or password 80 79 errorOccured = false; 81 80 userExists = false; 82 81 occuredException = e; 83 } 84 catch (Exception e) { 82 } catch (Exception e) { 85 83 errorOccured = true; 86 84 userExists = false;
Note: See TracChangeset
for help on using the changeset viewer.