Back to Devexpress

PivotOlapExceptionEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-d8a8d1fa.md

latest1.8 KB
Original Source

PivotOlapExceptionEventArgs Class

Provides data for the PivotGridControl.OlapException event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class PivotOlapExceptionEventArgs :
    PivotQueryExceptionEventArgs
vb
Public Class PivotOlapExceptionEventArgs
    Inherits 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

Object EventArgs RoutedEventArgs PivotQueryExceptionEventArgs PivotOlapExceptionEventArgs

See Also

PivotOlapExceptionEventArgs Members

DevExpress.Xpf.PivotGrid Namespace