4 references to ZLibException
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\Deflater.cs (2)
42
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, cause);
201
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, cause);
System\IO\Compression\DeflateZLib\Inflater.cs (2)
249
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, exception);
300
throw new
ZLibException
(SR.ZLibErrorDLLLoadError, cause);