We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a004ab commit 5d22dd6Copy full SHA for 5d22dd6
1 file changed
Data/BinaryData/HDSPack/FileSystem/StreamPack.vb
@@ -469,7 +469,7 @@ Namespace FileSystem
469
Optional access As FileAccess = FileAccess.Read) As Stream Implements IFileSystemEnvironment.OpenFile
470
471
If access = FileAccess.ReadWrite Then
472
- Throw New InvalidOperationException("HDS Streampack is not supports read/write stream mode!")
+ Throw New InvalidOperationException($"HDS Streampack is not supports read/write stream mode! open_block_error: {path}")
473
ElseIf access = FileAccess.Read Then
474
Return OpenBlock(path)
475
Else
0 commit comments