[]
        
(Showing Draft Content)

C1.Zip.ZipFileException

ZipFileException Class

Exception thrown when trying to open an invalid Zip file.

Inheritance
ZipFileException
Implements
Namespace: C1.Zip
Assembly: C1.Zip.dll
Syntax
public class ZipFileException : IOException, ISerializable

Constructors

Name Description
ZipFileException(string)

Initializes a new instance of a ZipFileException.

ZipFileException(string, string)

Initializes a new instance of a ZipFileException.

ZipFileException(string, string, Exception)

Initializes a new instance of a ZipFileException.