13 instantiations of ZLibException
System.IO.Compression (10)
System\IO\Compression\DeflateZLib\Inflater.cs (4)
259throw new ZLibException(SR.ZLibErrorDLLLoadError, cause);
271throw new ZLibException(SR.ZLibErrorNotEnoughMemory, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
277throw new ZLibException(SR.ZLibErrorInconsistentStream, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
280throw new ZLibException(SR.ZLibErrorUnexpected, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
System.Net.WebSockets (3)
1 reference to ZLibException
System (1)