C# Class ICSharpCode.SharpZipLib.Tar.InvalidHeaderException

Inheritance: TarException
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes publiques

Méthode Description
InvalidHeaderException ( ) : System

Initialise a new instance of the InvalidHeaderException class.

InvalidHeaderException ( string message ) : System

Initialises a new instance of the InvalidHeaderException class with a specified message.

InvalidHeaderException ( string message, Exception exception ) : System

Initialise a new instance of InvalidHeaderException

Method Details

InvalidHeaderException() public méthode

Initialise a new instance of the InvalidHeaderException class.
public InvalidHeaderException ( ) : System
Résultat System

InvalidHeaderException() public méthode

Initialises a new instance of the InvalidHeaderException class with a specified message.
public InvalidHeaderException ( string message ) : System
message string Message describing the exception cause.
Résultat System

InvalidHeaderException() public méthode

Initialise a new instance of InvalidHeaderException
public InvalidHeaderException ( string message, Exception exception ) : System
message string Message describing the problem.
exception System.Exception The exception that is the cause of the current exception.
Résultat System