C# Class ICSharpCode.SharpZipLib.Lzw.LzwException

Inheritance: SharpZipBaseException
Show file Open project: icsharpcode/SharpZipLib

Public Methods

Method Description
LzwException ( ) : System

Initialise a new instance of LzwException.

LzwException ( string message ) : System

Initialise a new instance of LzwException with its message string.

LzwException ( string message, Exception innerException ) : System

Initialise a new instance of LzwException.

Method Details

LzwException() public method

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

LzwException() public method

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

LzwException() public method

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