AsyncResultTSetException Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets an exception result for this Asynchronous operation.
If a result has already been set this function will re-throw an AsyncException.
Namespace:
Telogis.GeoBase.Concurrency
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetException(
Exception ex
)
Public Sub SetException (
ex As Exception
)
Parameters
- ex
- Type: SystemException
The exception to set.
See Also