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)

Syntax

Visual Basic
Public Class ZipException _
	Inherits Exception
C#
public class ZipException : Exception

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also