C# 클래스 ICSharpCode.SharpZipLib.Zip.ZipException

상속: ICSharpCode.SharpZipLib.SharpZipBaseException
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib

공개 메소드들

메소드 설명
ZipException ( ) : System

Initialise a new instance of ZipException.

ZipException ( string message ) : System

Initialise a new instance of ZipException with its message string.

ZipException ( string message, Exception innerException ) : System

Initialise a new instance of ZipException.

메소드 상세

ZipException() 공개 메소드

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

ZipException() 공개 메소드

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

ZipException() 공개 메소드

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