Namespaces | |
BarCode | |
Brotli | |
Images | |
Testing | |
Zip | |
Functions | |
EXCEPTION_NAMESPACE (Aspose, Zip) | |
Aspose::EXCEPTION_NAMESPACE | ( | Aspose | , |
Zip | |||
) |
Base exception type for all custom exceptions in the Zip library. It acts as a marker class.
Issued when an ZipEntry::ExtractWithPassword() method is invoked with an incorrect password.
Indicates that a read was attempted on a stream, and bad or incomplete data was received.
Issued when an CRC check fails upon extracting an entry from a zip archive.
Issued when errors occur saving a self-extracting archive.
Indicates that an operation was attempted on a ZipFile which was not possible given the state of the instance. For example, if you call Save()
on a ZipFile which has no filename set, you can get this exception.
A general purpose exception class for exceptions in the Zlib library.