Click or drag to resize

LoggerWriteLogException(Object, Exception) Method

Writes the exception details in the log file.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static void WriteLogException(
	Object sender,
	Exception exception
)

Parameters

sender  Object
Sender object.
exception  Exception
Exception.
See Also