Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotOlapExceptionEventArgs Class

Provides data for the PivotGridControl.OlapException event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.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 Handled property to true.

#Inheritance

See Also