Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Jenne
3fb295d7c5 improve error 2023-09-25 09:01:51 +02:00

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)