System\IO\Compression\DeflateZLib\Inflater.cs (5)
259throw new ZLibException(SR.ZLibErrorDLLLoadError, cause);
271throw new ZLibException(SR.ZLibErrorNotEnoughMemory, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
274throw new InvalidDataException(SR.UnsupportedCompression);
277throw new ZLibException(SR.ZLibErrorInconsistentStream, "inflate_", (int)errC, _zlibStream.GetErrorMessage());
280throw new ZLibException(SR.ZLibErrorUnexpected, "inflate_", (int)errC, _zlibStream.GetErrorMessage());