Skip to main content

PivotOlapExceptionEventArgs.Exception Property

Gets an exception that has been thrown.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public Exception Exception { get; }

#Property Value

Type Description
Exception

A Exception that has been thrown.

#Remarks

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

See Also