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

Represents errors specific to Zip file handling
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

Initializes a new instance of the ZipException class.

ZipException ( string msg ) : System

Initializes a new instance of the ZipException class with a specified error message.

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

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

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

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

Initializes a new instance of the ZipException class with a specified error message.
public ZipException ( string msg ) : System
msg string
Результат System