The Xceed.Zip namespace defines specialized classes for handling files and folders contained within zip files.
Classes
| Class | Description |
| 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
| Enumeration | Description |
| 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