Click or drag to resize

RouteStopTooFarAwayException Constructor (RouteStop, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Use this overload if the route stop being passed in is not from an array or access to the array index is unavailable.

Namespace:  Telogis.GeoBase.Exceptions
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStopTooFarAwayException(
	RouteStop routeStop,
	params string[] additionalInfo
)

Parameters

routeStop
Type: Telogis.GeoBaseRouteStop
The route stop that's too far from the closest available street.
additionalInfo
Type: SystemString
Any additional information that may be useful in determining the cause of the exception being thrown.
See Also