C# Класс ICSharpCode.SharpZipLib.Lzw.LzwException

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

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

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

Initialise a new instance of LzwException.

LzwException ( string message ) : System

Initialise a new instance of LzwException with its message string.

LzwException ( string message, Exception innerException ) : System

Initialise a new instance of LzwException.

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

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

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

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

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

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

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