Free cookie consent management tool by TermsFeed Policy Generator

Changeset 316


Ignore:
Timestamp:
06/16/08 17:38:26 (16 years ago)
Author:
gkronber
Message:

removed unnecessary catch statement because exception is not handled anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs

    r241 r316  
    109109        NotifyListeners(PluginManagerAction.Initialized, "All plugins");
    110110        remoteRunner.Run(appInfo);
    111       } catch(Exception ex) {
    112         // can't handle exception here -> rethrow
    113         throw new ApplicationException("Exception in "+appInfo.Name, ex);
    114111      } finally {
    115112        // make sure domain is unloaded in all cases
Note: See TracChangeset for help on using the changeset viewer.