Click or drag to resize

LoggerBaseParseExceptionLog Method

Namespace:  CodeStack.SwEx.Common.Diagnostics
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
protected void ParseExceptionLog(
	Exception ex,
	StringBuilder exMsg,
	bool logCallStack
)

Parameters

ex
Type: SystemException
exMsg
Type: System.TextStringBuilder
logCallStack
Type: SystemBoolean
Remarks
This call logs all exception (including inner) and call stack
See Also