Back to Devexpress

PivotQueryExceptionEventArgs.Exception Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotqueryexceptioneventargs.md

latest1.5 KB
Original Source

PivotQueryExceptionEventArgs.Exception Property

Gets an exception that has been thrown.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.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 PivotQueryExceptionEventArgs.Handled property to true.

See Also

Handled

PivotQueryExceptionEventArgs Class

PivotQueryExceptionEventArgs Members

DevExpress.XtraPivotGrid Namespace