WrongPasswordException.Password Property
Gets the name of the incorrect password which caused an exception.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the incorrect password. |
Remarks
Use the try.. catch statement when calling the ZipArchive.Extract or the ZipItem.Extract method to catch the WrongPasswordException exception and inform the end-user that the password is incorrect.
See Also