ZipReaderException Class
See Also  Members  
Xceed.Zip Assembly > Xceed.Zip.ReaderWriter Namespace : ZipReaderException Class


Exception that is thrown when an exception occurs while reading from the Zip file.

Syntax

Visual Basic (Declaration) 
Public Class ZipReaderException 
   Inherits System.Exception
Visual Basic (Usage)Copy Code
Dim instance As ZipReaderException
C# 
public class ZipReaderException : System.Exception 

Inheritance Hierarchy

System.Object
   System.Exception
      Xceed.Zip.ReaderWriter.ZipReaderException

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also