Click or drag to resize

InvalidRouteStopTypeException Constructor (RouteStop, Int32, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new instance of the InvalidRouteStopTypeException class

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

Parameters

routeStop
Type: Telogis.GeoBaseRouteStop
The route stop that was unsuitable for the attempted operation.
routeStopIndex
Type: SystemInt32
The index of the stop in 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