C# Class ICSharpCode.SharpZipLib.Tar.TarException

Inheritance: ICSharpCode.SharpZipLib.SharpZipBaseException
Show file Open project: icsharpcode/SharpZipLib

Public Methods

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

Initialise a new instance of TarException.
public TarException ( ) : System
return System

TarException() public method

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

TarException() public method

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