C# Class ICSharpCode.SharpZipLib.Zip.ZipException

Inheritance: ICSharpCode.SharpZipLib.SharpZipBaseException
Show file Open project: icsharpcode/SharpZipLib

Public Methods

Method Description
ZipException ( ) : System

Initialise a new instance of ZipException.

ZipException ( string message ) : System

Initialise a new instance of ZipException with its message string.

ZipException ( string message, Exception innerException ) : System

Initialise a new instance of ZipException.

Method Details

ZipException() public method

Initialise a new instance of ZipException.
public ZipException ( ) : System
return System

ZipException() public method

Initialise a new instance of ZipException with its message string.
public ZipException ( string message ) : System
message string A that describes the error.
return System

ZipException() public method

Initialise a new instance of ZipException.
public ZipException ( string message, Exception innerException ) : System
message string A that describes the error.
innerException System.Exception The that caused this exception.
return System