Click or drag to resize
ExpandedException Class
Print this page
An exception occurs after a condition (such as 'Vehicle exceeds specified speed') is violated.
Inheritance Hierarchy
SystemObject
  Telogis.APIExpandedException

Namespace: Telogis.API
  
  
Syntax
public class ExpandedException

The ExpandedException type exposes the following members.

Properties
Fields
  NameDescription
Public fieldConditionID
ID of the condition violated by this exception.
Public fieldDriver
The Driver that caused the exception.
Public fieldID
Unique ID for this exception.
Public fieldPoint
The point at which the exception occured.
Public fieldTimeOff
Time the exception ended (local time).
Public fieldTimeOn
Time the exception began (local time).
Public fieldTimeTriggered
Time this exception was triggered (local time). Typically you would allow a few minutes grace time after a condition is violated (at TimeOn) to allow for unforseen circumstances. However, if the condition is still violated after this grace period the exception will trigger. This means that TimeTriggered will often be a few minutes after TimeOn.
Public fieldUnit
The Unit that caused the exception.
Top
See Also