PivotOlapExceptionEventArgs.Exception Property
In This Article
Gets an exception that has been thrown.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#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