Zlib.ZlibException Class Reference

Detailed Description

A general purpose exception class for exceptions in the Zlib library.

Inheritance diagram for Zlib.ZlibException:

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...
 

Constructor & Destructor Documentation

Zlib.ZlibException.ZlibException ( )
inlinepackage

The ZlibException class captures exception information generated by the Zlib library.

Zlib.ZlibException.ZlibException ( System.String  s)
inlinepackage

This ctor collects a message attached to the exception.

Parameters
sthe message for the exception.