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


Exception that is thrown when an error occurs in the Xceed.Zip namespace.

Syntax

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

Remarks

This exception serves as the base class for all custom exceptions defined in the Xceed.Zip namespace.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Xceed.FileSystem.FileSystemException
            Xceed.Zip.ZipException
               Xceed.Zip.InvalidDecryptionPasswordException
               Xceed.Zip.InvalidZipStructureException
               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