Changeset 316 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 06/16/08 17:38:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs
r241 r316 109 109 NotifyListeners(PluginManagerAction.Initialized, "All plugins"); 110 110 remoteRunner.Run(appInfo); 111 } catch(Exception ex) {112 // can't handle exception here -> rethrow113 throw new ApplicationException("Exception in "+appInfo.Name, ex);114 111 } finally { 115 112 // make sure domain is unloaded in all cases
Note: See TracChangeset
for help on using the changeset viewer.