C# 클래스 ICSharpCode.SharpZipLib.GZip.GZipException

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

공개 메소드들

메소드 설명
GZipException ( ) : System

Initialise a new instance of GZipException.

GZipException ( string message ) : System

Initialise a new instance of GZipException with its message string.

GZipException ( string message, Exception innerException ) : System

Initialise a new instance of GZipException.

메소드 상세

GZipException() 공개 메소드

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

GZipException() 공개 메소드

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

GZipException() 공개 메소드

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