Skip to main content
A newer version of this page is available. .

OperationFailedEventArgs.Exception Property

Gets an exception that raised the corresponding event.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object specifying the exception that raised the event.

See Also