Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Warn Method (message, exception)
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLoggerWarn(Object, Exception)
Logs a warning message.
Declaration Syntax
C#Visual BasicVisual C++
public void Warn(
	Object message,
	Exception exception
)
Public Sub Warn ( _
	message As Object, _
	exception As Exception _
)
public:
virtual void Warn(
	Object^ message, 
	Exception^ exception
) sealed
Parameters
message (Object)
The message.
exception (Exception)
The exception.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)