Skip to main content
All docs
V26.1
  • SecureZipPolicy.TrustBoundaryViolationEventArgs.Exception Property

    Gets the exception associated with the trust boundary violation.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public Exception Exception { get; }

    Property Value

    Type Description
    Exception

    The exception that describes the trust boundary violation.

    See Also