HomeSort by: relevance | last modified time | path
    Searched defs:ZLibException (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 86 public class ZLibException : ApplicationException
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))
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))
DotZLib.cs 86 public class ZLibException : ApplicationException
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))
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))
DotZLib.cs 86 public class ZLibException : ApplicationException
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))
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))

Completed in 41 milliseconds