C# Class ICSharpCode.SharpZipLib.ZipException

Represents errors specific to Zip file handling
Inheritance: System.ApplicationException
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
ZipException ( ) : System

Initializes a new instance of the ZipException class.

ZipException ( string msg ) : System

Initializes a new instance of the ZipException class with a specified error message.

Method Details

ZipException() public méthode

Initializes a new instance of the ZipException class.
public ZipException ( ) : System
Résultat System

ZipException() public méthode

Initializes a new instance of the ZipException class with a specified error message.
public ZipException ( string msg ) : System
msg string
Résultat System