Rizin
unix-like reverse engineering framework and cli tools
|
The exception that is thrown when an error occurs on the zlib dll More...
Public Member Functions | |
ZLibException (int errorCode, string msg) | |
Initializes a new instance of the ZLibException class with a specified error message and error code More... | |
ZLibException (int errorCode) | |
Initializes a new instance of the ZLibException class with a specified error code More... | |
The exception that is thrown when an error occurs on the zlib dll
Definition at line 86 of file DotZLib.cs.
|
inline |
Initializes a new instance of the ZLibException class with a specified error message and error code
errorCode | The zlib error code that caused the exception |
msg | A message that (hopefully) describes the error |
Definition at line 94 of file DotZLib.cs.
|
inline |
Initializes a new instance of the ZLibException class with a specified error code
errorCode | The zlib error code that caused the exception |
Definition at line 103 of file DotZLib.cs.