Skip to main content

PivotQueryExceptionEventArgs.Exception Property

Gets the exception that has been thrown.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

The Exception that has been thrown.

Remarks

To cancel the default exception handling actions, set the PivotQueryExceptionEventArgs.Handled property to true.

See Also