Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZipException Class
Members


In This Topic
    ZipException Class
    In This Topic
    Exception that is thrown when an error occurs in the Xceed.Zip namespace.
    Syntax
    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.Sfx.InvalidSfxModuleException
                   Xceed.Zip.ZipIOException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also