AsyncResultTException Property | |
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; }
Public ReadOnly Property Exception As Exception
Get
Property Value
Type:
ExceptionRemarks Can be set using the SetException method.
See Also