| ILoggerWarn Method (String, Exception) |
Namespace:
Dynamicweb.Logging
Assembly:
Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax void Warn(
string message,
Exception ex
)
Sub Warn (
message As String,
ex As Exception
)
Parameters
- message
- Type: SystemString
- ex
- Type: SystemException
See Also