LoggerLogException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.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)
Syntaxpublic void LogException(
Exception exception
)
Public Sub LogException (
exception As Exception
)
public:
virtual void LogException(
Exception^ exception
) sealed
abstract LogException :
exception : Exception -> unit
override LogException :
exception : Exception -> unit
Parameters
- exception Exception
[Missing <param name="exception"/> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.LogException(System.Exception)"]
Implements
ILoggerLogException(Exception)
See Also