C# 클래스 ICSharpCode.SharpZipLib.BZip2.BZip2Exception

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

공개 메소드들

메소드 설명
BZip2Exception ( ) : System

Initialise a new instance of BZip2Exception.

BZip2Exception ( string message ) : System

Initialise a new instance of BZip2Exception with its message string.

BZip2Exception ( string message, Exception innerException ) : System

Initialise a new instance of BZip2Exception.

메소드 상세

BZip2Exception() 공개 메소드

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

BZip2Exception() 공개 메소드

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

BZip2Exception() 공개 메소드

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