- Timestamp:
- 07/12/08 11:50:43 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Collections/sources/HeuristicLab.PluginInfrastructure/Loader.cs
r242 r384 95 95 try { 96 96 return Assembly.ReflectionOnlyLoad(args.Name); 97 } catch(FileLoadException ex) {97 } catch(FileLoadException) { 98 98 return null; 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.