| ExpandedException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Telogis.API
 Syntax
SyntaxThe ExpandedException type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ConditionID | |
|  | Driver | |
|  | ID | |
|  | Point | |
|  | TimeOff | |
|  | TimeOn | |
|  | TimeTriggered | |
|  | Unit | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | ConditionID | 
            ID of the condition violated by this exception.
             | 
|  | Driver | 
            The Driver that caused the exception.
             | 
|  | ID | 
            Unique ID for this exception.
             | 
|  | Point | 
            The point at which the exception occured.
             | 
|  | TimeOff | 
            Time the exception ended (local time).
             | 
|  | TimeOn | 
            Time the exception began (local time).
             | 
|  | TimeTriggered | 
            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.
             | 
|  | Unit | 
            The Unit that caused the exception.
             | 
 See Also
See Also