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

PivotQueryExceptionEventArgs Class

Provides data for the ASPxPivotGrid.QueryException event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public class PivotQueryExceptionEventArgs :
    EventArgs

Remarks

The ASPxPivotGrid.QueryException event is raised if a query processing error occurs on a bound server providing data for the ASPxPivotGrid. This event is raised for the following data source types.

Use the PivotQueryExceptionEventArgs.Exception property to determine which exception has been thrown. To cancel the default exception handling actions, set the PivotQueryExceptionEventArgs.Handled property to true.

Inheritance

Object
EventArgs
PivotQueryExceptionEventArgs
See Also