| 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
)
Protected Sub ParseExceptionLog (
ex As Exception,
exMsg As StringBuilder,
logCallStack As Boolean
)
Parameters
- ex
- Type: SystemException
- exMsg
- Type: System.TextStringBuilder
- logCallStack
- Type: SystemBoolean
Remarks This call logs all exception (including inner) and call stack
See Also