Exception thrown when trying to open an invalid Zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public class ZipFileException : IOException
Visual Basic
Public Class ZipFileException _
	Inherits IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        C1.C1Zip..::..ZipFileException

See Also