LegacyTelogisServiceListExceptions Method |
Print this page
Displays the exceptions that started (TimeOn) during the specified date/time period.
Namespace: Telogis.API Syntax public Exception[] ListExceptions(
DateTime start,
DateTime end
)
Public Function ListExceptions (
start As DateTime,
end As DateTime
) As Exception()
Parameters
- start
- Type: SystemDateTime
Start time (UTC)
- end
- Type: SystemDateTime
End time (UTC)
Return Value
Type:
Exception
An array of
Exception objects representing exceptions that started
in the given time period. The most recent exception is returned last.
See Also