Skip to main content
A newer version of this page is available. .

AsyncOperationResult.Exception Property

Gets an exception thrown during the asynchronous operation execution.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that provides information on the exception that has been thrown; null (Nothing in Visual Basic) if no exception has been thrown.

Remarks

Use the AsyncOperationResult.Value property to obtain the result of the asynchronous operation.

See Also