Searched defs:errorCode (Results 1 - 1 of 1) sorted by relevance

/src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs94 public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) argument
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) argument

Completed in 7 milliseconds