OperationFailedEventArgs.Exception Property
Gets an exception that raised the corresponding event.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Exception | A Exception object specifying the exception that raised the event. |
See Also