Skip to main content
All docs
V23.2

ClipboardAccessPolicy.FailedEventArgs.Exception Property

Gets the exception.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.Desktop.v23.2.dll

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

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

The exception.

See Also