Back to Devexpress

PivotQueryExceptionEventArgs.Exception Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotqueryexceptioneventargs.md

latest1.3 KB
Original Source

PivotQueryExceptionEventArgs.Exception Property

Gets the exception that was thrown.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Exception Exception { get; }
vb
Public ReadOnly Property Exception As Exception

Property Value

TypeDescription
Exception

A Exception that has been thrown.

|

Remarks

To cancel the default exception handling actions, set the System.Windows.RoutedEventArgs.Handled property to true.

See Also

PivotQueryExceptionEventArgs Class

PivotQueryExceptionEventArgs Members

DevExpress.Xpf.PivotGrid Namespace