ILoggerUnflagException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.UnflagException(System.Type,System.String)"]
Namespace: Scanjour.Workflow4.Common.LoggingAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxvoid UnflagException(
Type type,
string message
)
Sub UnflagException (
type As Type,
message As String
)
void UnflagException(
Type^ type,
String^ message
)
abstract UnflagException :
type : Type *
message : string -> unit
Parameters
- type Type
[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.UnflagException(System.Type,System.String)"]
- message String
[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.Common.Logging.ILogger.UnflagException(System.Type,System.String)"]
See Also