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

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
)
Visual Basic
Public Shared Sub LogExceptions ( _
	ex As Exception _
)
Visual C++
public:
static void LogExceptions(
	Exception^ ex
)

Parameters

ex
Type: System..::..Exception

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

See Also