OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 07:09:59 GMT 2025