ZipIOException Class
See Also  Members  
Xceed.Zip Assembly > Xceed.Zip Namespace : ZipIOException Class


Exception that is thrown when an IO exception occurs while reading from or writing to the ZIP file.

Syntax

Visual Basic (Declaration) 
Public Class ZipIOException 
   Inherits ZipException
Visual Basic (Usage)Copy Code
Dim instance As ZipIOException
C# 
public class ZipIOException : ZipException 

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Xceed.FileSystem.FileSystemException
            Xceed.Zip.ZipException
               Xceed.Zip.ZipIOException

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also