ErrorEventArgs(Exception, String) Constructor
Initializes a new instance of the ErrorEventArgs class with the specified settings.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | A Exception object that is the exception that triggered the event. |
itemName | String | A string that is the name of the zip item that caused an error or an empty string if an error occurs while reading the directory or saving the archive. |
See Also