C# Class ICSharpCode.SharpZipLib.GZip.GZipException

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

Public Methods

Method Description
GZipException ( ) : System

Initialise a new instance of GZipException.

GZipException ( string message ) : System

Initialise a new instance of GZipException with its message string.

GZipException ( string message, Exception innerException ) : System

Initialise a new instance of GZipException.

Method Details

GZipException() public method

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

GZipException() public method

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

GZipException() public method

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