This commit is contained in:
Tobias Wohlleben 2025-01-20 14:00:08 +01:00
parent f68af2d8c7
commit b5c2473cd0
2 changed files with 2 additions and 1 deletions

View File

@ -277,6 +277,7 @@ public class CameraService : IDisposable
catch (Exception ex)
{
this.ReportError(ex.Message);
throw;
}
}

View File

@ -71,7 +71,7 @@ public partial class LiveViewPage : Page
}
catch (Exception e)
{
this._logger.Error(e.Message);
MessageBox.Show("Sorry, das hat leider nicht geklappt!");
}
}