2 references to ZLibErrorInconsistentStream
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\Deflater.cs (1)
192throw new ZLibException(SR.ZLibErrorInconsistentStream, "deflate", (int)errC, _zlibStream.GetErrorMessage());
System\IO\Compression\DeflateZLib\Inflater.cs (1)
277throw new ZLibException(SR.ZLibErrorInconsistentStream, "inflate_", (int)errC, _zlibStream.GetErrorMessage());