ILoggerLogException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.LogException(System.Exception)"]
Namespace: Scanjour.Workflow4.Common.LoggingAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxvoid LogException(
Exception exception
)
Sub LogException (
exception As Exception
)
void LogException(
Exception^ exception
)
abstract LogException :
exception : Exception -> unit
Parameters
- exception Exception
[Missing <param name="exception"/> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.LogException(System.Exception)"]
See Also