From f6fd1cd9a991ca4bd11c50142e8882e57f637bfb Mon Sep 17 00:00:00 2001 From: Sander ten Brinke Date: Sun, 4 Apr 2021 15:09:16 +0200 Subject: [PATCH] More comments! --- DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs b/DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs index 21ea24d..f647867 100644 --- a/DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs +++ b/DiasForGrandpa.WPF/ViewModels/OrganizerViewModel.cs @@ -50,6 +50,7 @@ public void Organiseer() { App.Logger.Error(e); + // We don't include inner exception because the resulting pop-up will then not show the text of the actual exception. throw new ApplicationException( $"Er is iets fout gegaan! {Environment.NewLine}" + $"Stuur een berichtje naar uw kleinzoon of {Environment.NewLine}" +