C# Class ICSharpCode.SharpZipLib.Tar.TarException

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

Méthodes publiques

Méthode Description
TarException ( ) : System

Initialise a new instance of TarException.

TarException ( string message ) : System

Initialise a new instance of TarException with its message string.

TarException ( string message, Exception innerException ) : System

Initialise a new instance of TarException.

Method Details

TarException() public méthode

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

TarException() public méthode

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

TarException() public méthode

Initialise a new instance of TarException.
public TarException ( string message, Exception innerException ) : System
message string A that describes the error.
innerException System.Exception The that caused this exception.
Résultat System