C# 클래스 ICSharpCode.SharpZipLib.LZW.LzwException

상속: SharpZipBaseException
파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
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() 공개 메소드

Initialise a new instance of LzwException
public LzwException ( ) : System
리턴 System

LzwException() 공개 메소드

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

LzwException() 공개 메소드

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.
리턴 System