C# Class Ionic.Zlib.ZlibException

Inheritance: System.Exception
Afficher le fichier Open project: haf/DotNetZip.Semverd

Méthodes publiques

Méthode 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 méthode

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

ZlibException() public méthode

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