LoggerWriteLogException(Object, Exception) Method |
Writes the exception details in the log file.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic 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
)
static member WriteLogException :
sender : Object *
exception : Exception -> unit Parameters
- sender Object
-
Sender object.
- exception Exception
-
Exception.
See Also