ILoggerFlagException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.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)
Syntaxvoid FlagException(
Type type,
Exception exception
)
Sub FlagException (
type As Type,
exception As Exception
)
void FlagException(
Type^ type,
Exception^ exception
)
abstract FlagException :
type : Type *
exception : Exception -> unit
Parameters
- type Type
[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.FlagException(System.Type,System.Exception)"]
- exception Exception
[Missing <param name="exception"/> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.FlagException(System.Type,System.Exception)"]
See Also