Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimitViolation Event

    Occurs when a zip archive in the process of extraction exceeds resource limits defined in the secure zip policy.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public static event SecureZipPolicy.ResourceLimitViolationWeakEventHandler ResourceLimitViolation

    Event Data

    The ResourceLimitViolation event's data class is SecureZipPolicy.ResourceLimitViolationEventArgs. The following properties provide information specific to this event:

    Property Description
    Exception Gets the exception associated with the resource limit violation.
    Limits Gets violated resource limits.
    Throw Gets or sets whether the exception should be thrown after the event occurs.
    ViolationCode Gets code that identifies which resource limit was violated.
    See Also