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

/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs86 public class ZLibException : ApplicationException class in namespace:DotZLib
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)) method in class: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)) method in class:DotZLib.ZLibException

Completed in 80 milliseconds