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 End If
Else Else
Logger.Error("An error occurred getting the file name for [{0}]. Status: {1}", oFileName, GDPicturePDF.GetStat().ToString()) 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 End If
Next Next
End If End If