Click or drag to resize

LoggerFlagException Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.FlagException(System.Type,System.Exception)"]


Namespace: Scanjour.Workflow4.Common.Logging
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void FlagException(
	Type type,
	Exception exception
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.FlagException(System.Type,System.Exception)"]

exception  Exception

[Missing <param name="exception"/> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.FlagException(System.Type,System.Exception)"]

Implements

ILoggerFlagException(Type, Exception)
See Also