Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r72da35fee21360783bf87322879144f16d7e7589 -r7e9e0ccec9caf49c8954f4d84c3f31c4c0a8d2a8 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 72da35fee21360783bf87322879144f16d7e7589) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 7e9e0ccec9caf49c8954f4d84c3f31c4c0a8d2a8) @@ -323,12 +323,14 @@ } } }) + { if (exceptionDialog.ShowDialog() == DialogResult.OK) { Restart(); return; } + } } Environment.Exit(1);