| ILoggerWarn Method (String, Exception) | 
              Logs a warn message.
            
 
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid Warn(
	string message,
	Exception exception
)
Parameters
- message
 - Type: SystemString
The message to log - exception
 - Type: SystemException
The exception to log 
See Also