C# Class Ionic.Zlib.ZlibException

Inheritance: System.Exception
Show file Open project: haf/DotNetZip.Semverd

Public Methods

Method Description
ZlibException ( ) : System

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

ZlibException ( System s ) : System

This ctor collects a message attached to the exception.

Method Details

ZlibException() public method

The ZlibException class captures exception information generated by the Zlib library.
public ZlibException ( ) : System
return System

ZlibException() public method

This ctor collects a message attached to the exception.
public ZlibException ( System s ) : System
s System the message for the exception.
return System