Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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.
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.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.