[Missing <summary> documentation for "M:NHibernate.IInternalLogger.Warn(System.Object,System.Exception)"]

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void Warn(
	Object message,
	Exception exception
)
Visual Basic
Sub Warn ( _
	message As Object, _
	exception As Exception _
)
Visual C++
void Warn(
	Object^ message, 
	Exception^ exception
)

Parameters

message
Type: System..::..Object

[Missing <param name="message"/> documentation for "M:NHibernate.IInternalLogger.Warn(System.Object,System.Exception)"]

exception
Type: System..::..Exception

[Missing <param name="exception"/> documentation for "M:NHibernate.IInternalLogger.Warn(System.Object,System.Exception)"]

See Also