- Timestamp:
- 07/07/14 17:00:14 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11082,11113,11117
- Property svn:mergeinfo changed
-
stable/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/ErrorHandling.cs
r9456 r11121 21 21 22 22 using System; 23 using System.Diagnostics;24 23 using System.Windows.Forms; 25 24 … … 31 30 } else { 32 31 string message = 33 "HeuristicLab version: " + FileVersionInfo.GetVersionInfo(typeof(ErrorHandling).Assembly.Location).FileVersion+ Environment.NewLine +32 "HeuristicLab version: " + AssemblyHelpers.GetFileVersion(typeof(ErrorHandling).Assembly) + Environment.NewLine + 34 33 exception.GetType().Name + ": " + exception.Message + Environment.NewLine + 35 34 exception.StackTrace;
Note: See TracChangeset
for help on using the changeset viewer.