Skip to main content

ErrorEventArgs(Exception, String) Constructor

Initializes a new instance of the ErrorEventArgs class with the specified settings.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public ErrorEventArgs(
    Exception exception,
    string itemName
)

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