Added application-level unhandled exception handler

This commit is contained in:
Ben
2015-07-02 22:02:51 +01:00
parent 45b9d87ddb
commit bf4781dbde
2 changed files with 15 additions and 3 deletions

View File

@@ -139,6 +139,7 @@ namespace Filtration.ViewModels
}
});
CheckForUpdates();
throw new Exception("Test of dispatcher exception handler");
}
public RelayCommand OpenScriptCommand { get; private set; }