An exception that is thrown when an error occurs while using the ZIP component.

Namespace:  Rebex.IO.Compression
Assembly:  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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Rebex.IO.Compression..::.ZipException

See Also