| Visual Basic (Declaration) | |
|---|---|
Public Class InvalidDecryptionPasswordException Inherits ZipException | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class InvalidDecryptionPasswordException : ZipException | |
The supplied password does not match the one that was used to originally encrypt the data.
System.Object
System.Exception
System.ApplicationException
Xceed.FileSystem.FileSystemException
Xceed.Zip.ZipException
Xceed.Zip.InvalidDecryptionPasswordException
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code