InvalidLatLonException Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An exception thrown when an invalid LatLon is used.
Namespace:
Telogis.GeoBase.Exceptions
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public InvalidLatLonException(
string m
)
Public Sub New (
m As String
)
Parameters
- m
- Type: SystemString
A detailed message.
See Also