Skip to main content
All docs
V25.1
  • ClipboardAccessPolicy.ThrowOnErrors() Method

    Applies a policy that throws an exception when a clipboard-related operation fails in a DevExpress WinForms or WPF control.

    Namespace: DevExpress.Data.Utils

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

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

    Declaration

    public static void ThrowOnErrors()

    Remarks

    Handle the Failed event to respond to associated failures.

    Read the following topic for additional information: Clipboard Access Policy.

    See Also