HomeSort by: relevance | last modified time | path
    Searched defs:ZLibException (Results 1 - 5 of 5) 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))
  /src/external/gpl3/binutils/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))
  /src/external/gpl3/binutils.old/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))
  /src/external/gpl3/gdb/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))
  /src/external/gpl3/gdb.old/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))

Completed in 25 milliseconds