RouteStopTooFarAwayException Constructor (RouteStop, Int32, String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Use this overload in preference to other constructors that do not supply a RouteStop. The RouteStop contains additional information.
Namespace:
Telogis.GeoBase.Exceptions
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RouteStopTooFarAwayException(
RouteStop routeStop,
int routeStopIndex,
params string[] additionalInfo
)
Public Sub New (
routeStop As RouteStop,
routeStopIndex As Integer,
ParamArray additionalInfo As String()
)
Parameters
- routeStop
- Type: Telogis.GeoBaseRouteStop
The route stop that's too far from the closest available street. - routeStopIndex
- Type: SystemInt32
The index of the array that contains the routeStop. - additionalInfo
- Type: SystemString
Any additional information that may be useful in determining the cause of the exception being thrown.
See Also