7 references to ZLibException
System.IO.Compression (6)
src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (1)
288
throw new
ZLibException
(exceptionMessage, zlibErrorContext, (int)zlibErrorCode, zlibErrorMessage);
System\IO\Compression\DeflateZLib\Deflater.cs (2)
192
throw new
ZLibException
(SR.ZLibErrorInconsistentStream, "deflate", (int)errC, _zlibStream.GetErrorMessage());
195
throw new
ZLibException
(SR.ZLibErrorUnexpected, "deflate", (int)errC, _zlibStream.GetErrorMessage());
System\IO\Compression\DeflateZLib\Inflater.cs (3)
271
throw new
ZLibException
(SR.ZLibErrorNotEnoughMemory, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
277
throw new
ZLibException
(SR.ZLibErrorInconsistentStream, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
280
throw new
ZLibException
(SR.ZLibErrorUnexpected, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
System.Net.WebSockets (1)
src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (1)
288
throw new
ZLibException
(exceptionMessage, zlibErrorContext, (int)zlibErrorCode, zlibErrorMessage);