Click or drag to resize

AsyncResultTException Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This is an exception thrown by the asynchronous operation, if any. If no exception is thrown, will be null.

Namespace:  Telogis.GeoBase.Concurrency
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Exception Exception { get; }

Property Value

Type: Exception
Remarks
Can be set using the SetException method.
See Also