OperationFailedEventArgs.Rethrow Property
Gets or sets a value that specifies whether to throw an exception on a failure.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the Rethrow property to specify whether to throw the exception specified by the OperationFailedEventArgs.Exception property.
See Also