improve error
This commit is contained in:
parent
2f5bec7bb6
commit
3fb295d7c5
@ -57,7 +57,7 @@ Namespace slt
|
|||||||
Dim oFileName = oDocument.GetUniqueFilename()
|
Dim oFileName = oDocument.GetUniqueFilename()
|
||||||
|
|
||||||
If oFileName Is Nothing Then
|
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
|
End If
|
||||||
|
|
||||||
Dim oFilePath = GetFinalFilePath(oFileName)
|
Dim oFilePath = GetFinalFilePath(oFileName)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user