Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Rethrow { get; set; }

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