Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimitViolationEventArgs.Throw Property

    Gets or sets whether the exception should be thrown after the event occurs.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public bool Throw { get; set; }

    Property Value

    Type Description
    Boolean

    true to throw the exception; false to suppress it and continue extraction. Default: true.

    See Also