An exception that is thrown when an error occurs while using the ZIP component.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
[SerializableAttribute] public class ZipException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class ZipException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class ZipException : public Exception |