C# Class ICSharpCode.SharpZipLib.BZip2.BZip2Exception

Inheritance: ICSharpCode.SharpZipLib.SharpZipBaseException
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes publiques

Méthode Description
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.

Method Details

BZip2Exception() public méthode

Initialise a new instance of BZip2Exception.
public BZip2Exception ( ) : System
Résultat System

BZip2Exception() public méthode

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

BZip2Exception() public méthode

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.
Résultat System