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

PivotOlapExceptionEventArgs Class

Provides data for the PivotGridControl.OLAPException event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotOlapExceptionEventArgs :
    PivotQueryExceptionEventArgs

Remarks

The PivotGridControl.OLAPException event is raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.

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

See Also