WrongPasswordException Class
An exception that is thrown when an encrypted zip file item is extracted with an invalid password.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Remarks
If a ZipItem.Password property for the encrypted zip item contains an invalid password, the call to the ZipItem.Extract method fires the WrongPasswordException exception. Wrap the ZipItem.Extract method call in try..catch statements to intercept the exception.
See Also