Home
last modified time | relevance | path

Searched refs:ZLibException (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs86 public class ZLibException : ApplicationException class
94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() method in DotZLib.ZLibException
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() method in DotZLib.ZLibException
DGZipStream.cs58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
DInflater.cs41 throw new ZLibException(retval, "Could not initialize inflater"); in Inflater()
DDeflater.cs42 throw new ZLibException(retval, "Could not initialize deflater"); in Deflater()