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

PivotQueryExceptionEventArgs.Exception Property

Gets an exception that has been thrown.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public Exception Exception { get; }

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