- Timestamp:
- 09/24/10 10:24:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/ErrorHandling.cs
r3758 r4482 57 57 } 58 58 public static void ShowErrorDialog(Control owner, string message, Exception exception) { 59 if (owner == null) throw new ArgumentNullException("owner"); 59 60 if (owner.InvokeRequired) { 60 61 owner.Invoke(new Action<Control, string, Exception>(ShowErrorDialog), owner, message, exception);
Note: See TracChangeset
for help on using the changeset viewer.