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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to throw the exception; otherwise, false. |
Remarks
Use the Rethrow property to specify whether to throw the exception specified by the OperationFailedEventArgs.Exception property.
See Also