This function sends run time errors to the event log.
Arguments:
rte - runtimeerror object
Return:
None
Usage:
This function would be called within a Try/Catch block to log error information to the event log.
Try
...some code that might get an error ...
Catch (RunTimeError rte)
of_RunTimeError(rte)
End Try