[Missing <summary> documentation for "M:NHibernate.Util.ADOExceptionReporter.LogExceptions(System.Exception,System.String)"]

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

Syntax

C#
public static void LogExceptions(
	Exception ex,
	string message
)
Visual Basic
Public Shared Sub LogExceptions ( _
	ex As Exception, _
	message As String _
)
Visual C++
public:
static void LogExceptions(
	Exception^ ex, 
	String^ message
)

Parameters

ex
Type: System..::..Exception

[Missing <param name="ex"/> documentation for "M:NHibernate.Util.ADOExceptionReporter.LogExceptions(System.Exception,System.String)"]

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.Util.ADOExceptionReporter.LogExceptions(System.Exception,System.String)"]

See Also