Back to Devexpress

PivotQueryExceptionEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-4dd9b2c9.md

latest2.5 KB
Original Source

PivotQueryExceptionEventArgs Class

Provides data for the ASPxPivotGrid.QueryException event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotQueryExceptionEventArgs :
    EventArgs
vb
Public Class PivotQueryExceptionEventArgs
    Inherits EventArgs

PivotQueryExceptionEventArgs is the data class for the following events:

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 PivotOlapExceptionEventArgs

See Also

PivotQueryExceptionEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace