An exception that is thrown when an error occurs while using the GZIP API.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

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

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also