Class ZlibException
A general purpose exception class for exceptions in the Zlib library.
[Guid("ebc25cf6-9120-4283-b972-0e5520d0000E")]
public class ZlibException : Exception, ISerializable
- Inheritance
-
ZlibException
- Implements
- Inherited Members
- Extension Methods
Constructors
ZlibException()
The ZlibException class captures exception information generated by the Zlib library.
public ZlibException()
ZlibException(string)
This ctor collects a message attached to the exception.
public ZlibException(string message)
Parameters
messagestringthe message for the exception.