C# Класс ICSharpCode.SharpZipLib.Tar.TarException

Наследование: ICSharpCode.SharpZipLib.SharpZipBaseException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TarException() публичный Метод

Initialise a new instance of TarException.
public TarException ( ) : System
Результат System

TarException() публичный Метод

Initialise a new instance of TarException with its message string.
public TarException ( string message ) : System
message string A that describes the error.
Результат System

TarException() публичный Метод

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.
Результат System