C# Class ICSharpCode.SharpZipLib.Tar.InvalidHeaderException

Inheritance: TarException
Show file Open project: icsharpcode/SharpZipLib

Public Methods

Method 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 method

Initialise a new instance of the InvalidHeaderException class.
public InvalidHeaderException ( ) : System
return System

InvalidHeaderException() public method

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

InvalidHeaderException() public method

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.
return System