6 references to ZLibException
System.IO.Compression (4)
src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (2)
307
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, e);
354
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, e);
System\IO\Compression\DeflateZLib\Deflater.cs (1)
179
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, cause);
System\IO\Compression\DeflateZLib\Inflater.cs (1)
259
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, cause);
System.Net.WebSockets (2)
src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (2)
307
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, e);
354
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, e);