Xceed.Zip Namespace
See Also  Inheritance Hierarchy
Xceed.Zip Assembly : Xceed.Zip Namespace
The Xceed.Zip namespace defines specialized classes for handling files and folders contained within zip files.

Classes

ClassDescription
InvalidDecryptionPasswordException Exception that is thrown when the data could not be decrypted with the supplied decryption password.
InvalidZipStructureException Exception that is thrown when the internal structure of a ZIP file is invalid.
ZipException Exception that is thrown when an error occurs in the Xceed.Zip namespace.
ZipIOException Exception that is thrown when an IO exception occurs while reading from or writing to the ZIP file.

Enumerations

EnumerationDescription
EncryptionMethod Encryption method to use to encrypt a file when an encryption password is provided, or encryption method detected when reading an encrypted file.

See Also