improve error

This commit is contained in:
Jonathan Jenne 2023-09-25 09:01:51 +02:00
parent 2f5bec7bb6
commit 3fb295d7c5

View File

@ -57,7 +57,7 @@ Namespace slt
Dim oFileName = oDocument.GetUniqueFilename()
If oFileName Is Nothing Then
Throw New ApplicationException("Filename or extension could not be determined!")
Throw New ApplicationException($"Filename or extension for ExDocId [{oDocId}] could not be determined!")
End If
Dim oFilePath = GetFinalFilePath(oFileName)