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

    Gets code that identifies which resource limit was violated.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public ResourceLimitViolationCode ViolationCode { get; }

    Property Value

    Type Description
    DevExpress.Utils.Zip.Diagnostics.ResourceLimitViolationCode

    A value that identifies the specific resource limit violation.

    See Also