We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b48ff commit f6fd1cdCopy full SHA for f6fd1cd
DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs
@@ -50,6 +50,7 @@ public void Organiseer()
50
{
51
App.Logger.Error(e);
52
53
+ // We don't include inner exception because the resulting pop-up will then not show the text of the actual exception.
54
throw new ApplicationException(
55
$"Er is iets fout gegaan! {Environment.NewLine}" +
56
$"Stuur een berichtje naar uw kleinzoon of {Environment.NewLine}" +
0 commit comments