Home
last modified time | relevance | path

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

/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs86 public class ZLibException : ApplicationException class
89 /// Initializes a new instance of the <see cref="ZLibException"/> class with a specified
94 public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) in ZLibException() method in DotZLib.ZLibException
99 /// Initializes a new instance of the <see cref="ZLibException"/> class with a specified
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() method in DotZLib.ZLibException
H A DGZipStream.cs52 /// <exception cref="ZLibException">If an error occurred in the internal zlib function</exception>
58 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
65 /// <exception cref="ZLibException">If an error occurred in the internal zlib function</exception>
71 throw new ZLibException(-1, "Could not open " + fileName); in GZipStream()
H A DDeflater.cs42 throw new ZLibException(retval, "Could not initialize deflater"); in Deflater()
H A DInflater.cs41 throw new ZLibException(retval, "Could not initialize inflater"); in Inflater()

Completed in 2 milliseconds