Common/DocumentResultList: Log errors in LoadFile_AsByteArray

This commit is contained in:
Jonathan Jenne 2021-05-10 14:51:55 +02:00
parent ec2916cebd
commit b9e6dea453

View File

@ -314,7 +314,8 @@ Public Class frmDocumentResultList
End If End If
Catch ex As Exception Catch ex As Exception
_Logger.Error(ex)
Return DocumentInfo
End Try End Try
End Function End Function