Skip to main content
All docs
V26.1
  • ZipArchive(Nullable<Boolean>) Constructor

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

    Namespace: DevExpress.Compression

    Assembly: DevExpress.Docs.v26.1.dll

    Declaration

    public ZipArchive(
        bool? catchExceptions
    )

    Parameters

    Name Type Description
    catchExceptions Nullable<Boolean>

    true, to catch exceptions during archive operations; otherwise, false.

    See Also