Click or drag to resize

InvalidRouteStopWindowException Constructor (RouteStop, DateTime, DateTime, 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 InvalidRouteStopWindowException class

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

Parameters

routeStop
Type: Telogis.GeoBaseRouteStop
The route stop with an invalid time window.
windowEnd
Type: SystemDateTime
The end of the invalid time window.
windowStart
Type: SystemDateTime
The start of the invalid time window.
additionalInfo
Type: SystemString
Any additional information that may be useful in determining the cause of the exception being thrown.
See Also