Back to Devexpress

PivotOlapExceptionEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-5045bdb4.md

latest1.7 KB
Original Source

PivotOlapExceptionEventArgs Class

Provides data for the OLAPException event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The 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

Object EventArgs PivotQueryExceptionEventArgs PivotOlapExceptionEventArgs

See Also

PivotOlapExceptionEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace