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