C# Class ICSharpCode.SharpZipLib.BZip2.BZip2Exception

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

Public Methods

Method Description
BZip2Exception ( ) : System

Initialise a new instance of BZip2Exception.

BZip2Exception ( string message ) : System

Initialise a new instance of BZip2Exception with its message string.

BZip2Exception ( string message, Exception innerException ) : System

Initialise a new instance of BZip2Exception.

Method Details

BZip2Exception() public method

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

BZip2Exception() public method

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

BZip2Exception() public method

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