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


Exception that is thrown when the data could not be decrypted with the supplied decryption password.

Syntax

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

Remarks

The supplied password does not match the one that was used to originally encrypt the data.

Inheritance Hierarchy

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

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