PivotQueryExceptionEventArgs.Exception Property
In This Article
Gets an exception that has been thrown.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Exception | A Exception that has been thrown. |
#Remarks
To cancel the default exception handling actions, set the PivotQueryExceptionEventArgs.Handled property to true.
See Also