LoggerUnflagException Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.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)
Syntaxpublic void UnflagException(
Type type,
string message
)
Public Sub UnflagException (
type As Type,
message As String
)
public:
virtual void UnflagException(
Type^ type,
String^ message
) sealed
abstract UnflagException :
type : Type *
message : string -> unit
override UnflagException :
type : Type *
message : string -> unit
Parameters
- type Type
[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.UnflagException(System.Type,System.String)"]
- message String
[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.Common.Logging.Logger.UnflagException(System.Type,System.String)"]
Implements
ILoggerUnflagException(Type, String)
See Also