Modules.Interfaces: Defekte Dateien abfangen

This commit is contained in:
2026-07-16 16:14:19 +02:00
parent 0e31f5c8e3
commit 5b0807d4b5

View File

@@ -205,7 +205,8 @@ Public Class PDFEmbeds
End If
Else
Logger.Error("An error occurred getting the file name for [{0}]. Status: {1}", oFileName, GDPicturePDF.GetStat().ToString())
Continue For
Dim oMessage = String.Format("An error occurred getting the file name for [{0}]. Status: {1}", oFileName, GDPicturePDF.GetStat().ToString())
Throw New ApplicationException(oMessage)
End If
Next
End If