Global exception handling. Threadsafe MessageBoxAlertAdminDialog
This commit is contained in:
parent
5a80a0cc06
commit
114925ebce
9 changed files with 56 additions and 20 deletions
|
|
@ -126,6 +126,7 @@ namespace LibationWinForms
|
|||
catch (Exception ex)
|
||||
{
|
||||
MessageBoxLib.ShowAdminAlert(
|
||||
this,
|
||||
"Error importing library. Please try again. If this still happens after 2 or 3 tries, stop and contact administrator",
|
||||
"Error importing library",
|
||||
ex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue