C# Class ICSharpCode.SharpZipLib.LZW.LzwException

Inheritance: SharpZipBaseException
Show file Open project: fanfeilong/exceltk

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 .

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 .
public LzwException ( string message, Exception innerException ) : System
message string A that describes the error.
innerException System.Exception The that caused this exception.
return System