C# Класс ICSharpCode.SharpZipLib.GZip.GZipException

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

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

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

Initialise a new instance of GZipException.

GZipException ( string message ) : System

Initialise a new instance of GZipException with its message string.

GZipException ( string message, Exception innerException ) : System

Initialise a new instance of GZipException.

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

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

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

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

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

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

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