A general purpose exception class for exceptions in the Zlib library.
Package Functions | |
ZlibException () | |
The ZlibException class captures exception information generated by the Zlib library. More... | |
ZlibException (System.String s) | |
This ctor collects a message attached to the exception. More... | |
|
inlinepackage |
The ZlibException class captures exception information generated by the Zlib library.
|
inlinepackage |
This ctor collects a message attached to the exception.
s | the message for the exception. |