This commit is contained in:
2026-03-02 12:02:06 +01:00
parent e5049d4dbb
commit 7f62b30cf8

View File

@@ -84,7 +84,7 @@ namespace BS.Shared.AppSender
}
catch (Exception e)
{
throw new GkvException(e.Message + $" ({url})", "KundenApp");
throw new GkvException(e.ToString() + $" ({url})", "KundenApp");
}
if (app8_response is null)