LoggerWriteLogException(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(
Exception exception
)
Public Shared Sub WriteLogException (
exception As Exception
)
Dim exception As Exception
Logger.WriteLogException(exception)
public:
static void WriteLogException(
Exception^ exception
)
static member WriteLogException :
exception : Exception -> unit Parameters
- exception Exception
-
Exception.
See Also