Skip to main content
All docs
V25.1
  • ClipboardAccessPolicy.FailedEventArgs.Exception Property

    Gets the exception.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public Exception Exception { get; }

    Property Value

    Type Description
    Exception

    The exception.

    See Also