C# Класс ICSharpCode.SharpZipLib.Zip.ZipException

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

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

Метод Описание
ZipException ( ) : System

Initialise a new instance of ZipException.

ZipException ( string message ) : System

Initialise a new instance of ZipException with its message string.

ZipException ( string message, Exception innerException ) : System

Initialise a new instance of ZipException.

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

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

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

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

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

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

Initialise a new instance of ZipException.
public ZipException ( string message, Exception innerException ) : System
message string A that describes the error.
innerException System.Exception The that caused this exception.
Результат System