Writes the exception details in the log file.
Namespace:
ZylSoft.Gps.Mobile
Assembly:
ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
public static void WriteLogException(
Object sender,
Exception exception
)
Public Shared Sub WriteLogException (
sender As Object,
exception As Exception
)
Dim sender As Object
Dim exception As Exception
Logger.WriteLogException(sender, exception)
public static void WriteLogException(
Object sender,
Exception exception
)
Parameters
- sender
- Type: SystemObject
Sender object.
- exception
- Type: SystemException
Exception.
Reference