StateNotFoundException Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An exception thrown when a state name cannot be found when geocoding.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public StateNotFoundException(
string state
)
Public Sub New (
state As String
)
Parameters
- state
- Type: SystemString
The invalid state name
See Also