My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
UniExtensions.Zlib.ZlibException Class Reference

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

Inheritance diagram for UniExtensions.Zlib.ZlibException:

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

Detailed Description

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

Constructor & Destructor Documentation

UniExtensions.Zlib.ZlibException.ZlibException ( )
inline

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

UniExtensions.Zlib.ZlibException.ZlibException ( System.String  s)
inline

This ctor collects a message attached to the exception.

Parameters
s

The documentation for this class was generated from the following file: