C# Class ICSharpCode.SharpZipLib.ZipException

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

Public Methods

Method 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 method

Initializes a new instance of the ZipException class.
public ZipException ( ) : System
return System

ZipException() public method

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