LoggerFlagException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.FlagException(System.Type,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 FlagException(
Type type,
Exception exception
)
Public Sub FlagException (
type As Type,
exception As Exception
)
public:
virtual void FlagException(
Type^ type,
Exception^ exception
) sealed
abstract FlagException :
type : Type *
exception : Exception -> unit
override FlagException :
type : Type *
exception : Exception -> unit
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