improve error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user