Telogis.GeoBase.Exceptions Namespace |
The Telogis.GeoBase.Exceptions namespace provides GeoBase's exception classes representing application running errors.
Class | Description | |
---|---|---|
AddressIsTooLongException |
Thrown if an address given to the geocoder is too long.
| |
AnouncementsNotSupportedException |
Thrown when the announcements section is missing in a language file.
| |
AsyncException |
Thrown when an exception is thrown during an asynchronous request.
| |
BoundingBoxOperationException |
Thrown when an operation on a BoundingBox is invalid for the BoundingBox's current state.
| |
BreakStartEndException |
Thrown when a Break is used as the start or end of a Route.
| |
CannotLoadRepositoryException |
[Emulator Specific] Thrown if GeoBase is asked to load more than one GBFS file on the emulator.
| |
ChameleonTemplateException |
An exception thrown by the Chameleon Template Processor.
| |
CircularReferenceException |
Thrown if a circular reference is detected during JSON serialization.
| |
ConfigurationException |
Thrown when GeoBase is configured incorrectly.
| |
CouldNotAddStopException |
An exception thrown when a stop cannot be added to a route.
| |
CouldNotCancelException |
Thrown when an operation could not be cancelled successfully.
| |
CouldNotMapFileException |
An exception thrown when a file could not be mapped to memory.
| |
CountryNotSpecifiedException |
An exception thrown when attempting to geocode with Country.Unknown.
| |
CultureNotAvailableException |
Thrown when an unavailable culture is requested for navigation announcements or strings.
| |
DatabaseException |
An exception thrown when a database error occurs.
| |
DatabaseVersionMismatchException |
An exception thrown when a GBFS contains an old version of DrillDownGeocoder data.
| |
DataProblemException |
Thrown when there is a problem with the GBFS provided.
| |
DataQueryCanceledException |
Thrown when a data query was canceled before completion.
| |
DataQueryLimitReachedException |
Thrown when a data query passes the maximum count limit for the requested feature type.
| |
DestinationNotSetException |
Thrown when an operation is performed that requires the Navigation class to have its destination set.
| |
DirectionsCalculationAbortedException |
An exception thrown when AsyncDirectionsEventArgs.Abort is called.
| |
DirectionsFactoryDataException |
An exception thrown when an added movement is not within a currently loaded GBFS file.
| |
DirectionsFactoryMovementsException |
An exception thrown when the first or last movements are not of type 'Depart' and
'Arrive' respectively, or when GenerateDirections() is called before departure and
arrival movements have been added using AddMovement().
| |
DirectionsFactoryPointsException |
An exception thrown when less than two points have been supplied.
| |
DisallowedOperationException |
An exception thrown when a configuration setting was set to disallow an operation to occur.
| |
DuplicateRouteStopException |
Thrown when a duplicate RouteStop object is added to a route. See remarks.
| |
ExceptionEventArgs |
Used to pass exception information via an event using type EventArgs.
| |
FailedToDecodePNGException |
An exception thrown when there is a failure to decode a PNG.
| |
FileCanNotBeOpenedException |
An exception thrown when a file cannot be opened for a given filename.
| |
GeoStreamServerBusyException |
Thrown when a GeoStream server cannot process a request
due to a queue being overloaded.
| |
GetFileSizeFailureException |
An exception thrown when finding a file's size fails for no apparent reason.
| |
GSRendererException |
This is thrown when attempting to fetch a tile from an incorrectly configured
GeoStreamRenderer. See the GeoStreamRenderer
API documentation for details on how to correctly configure a GeoStreamRenderer.
| |
InternalFailureException |
An exception thrown when a native code failure occurs.
| |
InternalGeoCoderException |
An exception thrown when an internal geocoder exception occurs.
| |
InternalRoutingException |
An exception thrown when an internal routing error occurs.
| |
InteropException |
Thrown if GeoBase encounters an interoperability issue between managed and native code.
| |
InterruptionRequiredException |
An exception thrown when an operation needs to be completed or interrupted before the requested operation can commence.
| |
InvalidAddressParityException |
An exception thrown when GeoBase can't determine if the address numbers on a street are in an odd or even pattern. This usually
happens when the data is corrupted.
| |
InvalidAngleException |
An exception thrown when the NormalizeAngle method is given an invalid number.
| |
InvalidAsyncResult |
Thrown when the IAsyncResult used to end an asynchronous operation is not the same as the one used to start it.
| |
InvalidAuxiliaryLayerException |
An exception thrown when an invalid auxiliary layer is referenced in a CAM file.
| |
InvalidCamFileException |
An exception thrown when a CAM file contains invalid data.
| |
InvalidFunctionalClassException |
An exception thrown when the functional class is less than 1 or greater than 6.
| |
InvalidGBFSException |
An exception thrown when a GBFS file is not valid.
| |
InvalidJSONNameException |
Thrown if a JSON object has an invalid name.
| |
InvalidLatLonException |
An exception thrown when an invalid LatLon is used.
| |
InvalidLevelNumberException |
An exception thrown by the DrillDownGeoCoder when SetRegion is called with an incorrect level number.
| |
InvalidLicenseException |
An exception thrown when a license is invalid.
| |
InvalidLoadNumberException |
Thrown when the used load number is out of range.
| |
InvalidProcessingRatioException |
An exception thrown when the ExtraProcessingRatio is too large or too low.
| |
InvalidRepositoryManifestException |
An exception thrown when repository manifest is invalid.
| |
InvalidRouteStopTypeException |
Thrown if an operation is attempted with a type of RouteStop that cannot be used with that
operation.
| |
InvalidRouteStopWindowException |
An exception thrown when the specified WindowStart and
WindowEnd of a RouteStop are not valid.
| |
InvalidSchemaException |
An exception thrown when a table or index is created with a invalid schema.
| |
InvalidSpeedCategoryException |
An exception thrown when the SpeedCategory is less than 1 or greater than 8.
| |
JSONCloneException |
An exception thrown when a JSON object cannot be cloned
| |
JSONFormatException |
An exception thrown when the JSONFormatter encounters something unexpected.
| |
JSONTokenException |
An exception thrown when an unexpected symbol is found in the JSON stream.
| |
LevelNotSetException |
An exception thrown by the DrillDownGeoCoder when it needs more information before setting this region level.
Set region level `GetLargestUnsetLevel()` first.
| |
LinkEditException |
An exception thrown when there is a problem compiling the LinkEdit database.
| |
LinkWithIdNotFoundException | Obsolete.
An exception thrown when looking for a link by its ID and not finding it.
| |
MapLabelException |
An exception thrown when placing labels on the map.
| |
MapStyleDecryptionException |
An exception thrown when decryption of an ecm file fails.
| |
MapStyleVersionMismatchException |
An exception thrown when attempting to load a bcm file created in a different version of
GeoBase.
| |
MessagesBundleException |
Thrown when a MessagesBundle running in debug mode is configured incorrectly.
| |
MessagesBundleTypeMissingException |
Thrown when a whole type section is missing in a language file.
| |
MethodCalledOutOfOrderException |
An exception thrown when a set of library routines are called out of the order they should be called in.
| |
NavigationManagerNotSuspendedException |
Thrown when an operation is performed that requires the NavigationManager to be suspended.
| |
NavigoServiceFailedException |
Thrown if an error is found while attempting to fetch a Navigo route.
| |
NoGeoCoderException |
An exception thrown when attempting to geocode in a country without a geocoder.
| |
NoLocalDataException |
An exception thrown when GeoBase fails to find any local data but is told to use it.
| |
NoMapStyleException |
Thrown when the PartialCamRenderer doesn't have a map style to render.
| |
NoMoreRegionsException |
An exception thrown when there are no more regions below to be requested.
| |
NoRemoteDataException |
An exception thrown when GeoBase fails to use a geostream repository because none are specified.
| |
NoStreetDataException |
An exception thrown when a stop is placed in an area where no street data is available.
| |
NoSuchRepositoryException |
An exception thrown when the default repository directory does not exist.
| |
NotEnoughStopsException |
An exception thrown when a route with less than two stops is calculated.
| |
NullRegionException |
An exception thrown by the DrillDownGeoCoder when a null-reference is passed to a function expecting a RegionData object.
| |
ObjectDoesNotDeriveCorrectInterfaceException |
Thrown when an object that does not implement a certain required type is used in a context that requires that type.
| |
ObsoleteOperationException |
An exception thrown when an an obsolete function is called.
| |
OnlyAvailableOnGeoStreamException |
An exception thrown when a feature only available on GeoStream is used without GeoStream.
| |
OperationOnNonUIThreadException |
Thrown if an operation is performed on a UI object from a non-UI thread.
| |
OverlappingRegionsException |
An exception thrown when two overlapping GBFS files are placed in the same MultiRepository.
| |
PermissionException |
An exception thrown when the user does not have permission to perform a certain action.
| |
PlatformDetectionException |
An exception thrown when the current platform cannot be detected.
| |
ReadFailureException |
An exception thrown when reading a file fails for no apparent reason.
| |
RegionLevelTooHighException |
An exception thrown by the DrillDownGeoCoder when an attempt is made to access a region level that is more precise than the data
set allows.
| |
RepositoryLoadException |
An exception thrown when a repository could not be loaded.
| |
RepositoryNotSetException |
An exception thrown when the user has failed to set the repository.
If you are receiving this exception from a custom aspx page,
be aware that the current thread repository is cleared before and
after tile and JSON requests. This is done to avoid inheriting
repositories from previous threads. To fix this, explicitly set the
current thread repository.
| |
RouteCanceledException |
Thrown when a route computation was canceled before completion.
| |
RouteExceedsCostException |
Thrown when a route cannot be found between given locations which does not exceed the maximum cost.
| |
RouteStopException |
An exception thrown when a RouteStop error occurs.
| |
RouteStopTooFarAwayException |
Thrown when a RouteStop is too far away from the closest available street.
| |
RoutingOutOfMemoryException |
An exception thrown when there is insufficient memory available to
calculate a route. GeoBase will clean up any route memory in use
before throwing this exception.
| |
SatelliteException |
Thrown when there is an error obtaining or rendering satellite imagery.
| |
SatelliteLayerNameException |
Thrown when an invalid satellite imagery layer name is specified.
| |
SDKExpiredException |
An exception thrown when an SDK license has expired.
| |
SeekFailureException |
An exception thrown when seeking a file fails for no apparent reason.
| |
SerializationException |
Thrown if GeoBase encounters an internal error processing messages between a GeoStream
client and a GeoStream server.
| |
ServerException |
An exception that is passed to the client when a GeoStream server throws an exception.
| |
SoundPlayerException |
An exception thrown when there is a failure playing an audio announcement.
| |
StopNotFoundException |
Thrown if the user attempts to remove a RouteStop from a route that does not contain the stop.
| |
StreamAlreadyOpenException |
An exception that is thrown when there is an attempt to open a stream or file twice.
| |
StreamNotYetOpenException |
Occurs when a file or stream that has already been closed is closed again.
| |
StreetAmbiguousException |
Thrown when a specified table column does not exist or there is something wrong with the name.
| |
StreetLinkNotFoundException |
An exception thrown when a StreetLink could not be found.
| |
StringsAlreadyCachedException |
An exception thrown when a strings file has already been cached before.
| |
StringsNotSupportedException |
Thrown when the strings section is missing in a language file.
| |
TableColumnNameException |
Thrown when a specified table column does not exist or there is something wrong with the name.
| |
TemporarilyUnableToComplyException |
Occurs when a requested operation cannot be done within a short period of time.
| |
TestLicenseExpiredException |
An exception thrown when a test license has expired.
| |
TextDirectionsNotSupportedException |
Thrown when the directions section is missing in a language file.
| |
TileRequestException |
Thrown if a user attempts to fetch a tile using an invalid set of parameters in the
request URL.
| |
TMCFormatException |
An exception thrown when a TMC code cannot be parsed.
| |
TooManyGeocodersException |
An exception thrown when multiple GeoCoders for the same country exist.
| |
TooManyLinksException |
An exception thrown when there are too many street links.
| |
TooManyStopsException |
An exception thrown if an operation is performed on a route that has more stops than the
operation can support.
| |
TrafficException |
Thrown when a traffic error occurs.
| |
TrialExpiredException |
An exception thrown when a trial license has expired.
| |
UnableToDisposeRepository | Obsolete. | |
UnableToDisposeRepositoryException |
Thrown when an attempt is made to dispose a repository that is in use.
| |
UnableToListRegionsException |
An exception thrown by the DrillDownGeoCoder when a call to GetRegions() specifies a region level that has not yet been set.
| |
UnavailableOnGeoStreamException |
An exception thrown when a feature not available on GeoStream is used with GeoStream.
| |
UnexpectedArgumentException |
An exception thrown when an argument to a method is not valid.
| |
UnknownJSONTypeException |
Thrown if a JSON object type is not recognized.
The object that created this JSON object must implement IJSONSerializable.
| |
UnspecifiedFatalException |
An exception thrown when an unspecified error occurs in native code.
| |
UnsupportedPlatformException |
An exception thrown when GeoBase is used on a platform that isn't 32-bit or 64-bit.
| |
UnsupportedTimeZoneException |
An exception thrown when a TimeZone is specified with settings that are not supported by
GeoBase.
| |
ValueNotFoundException |
Thrown when a value that should be present in a data structure cannot be found inside it.
| |
VersionMismatchException |
An exception thrown when geobase.net.dll and geobase.dll versions do not match.
| |
WaypointException |
Thrown if a Waypoint is used with Route Highlighting or Optimization.
| |
WaypointStartEndException |
Thrown when a Waypoint is used as the start or end of a Route.
| |
WorkerPoolNotFoundException |
Thrown when there is no worker pool of the requested type found.
| |
WriteFailureException |
An exception thrown when writing to a file fails for no apparent reason.
|