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

Syntax

Visual Basic (Declaration)
Public Shared Sub LogExceptions ( _
	ex As Exception _
)
C#
public static void LogExceptions(
	Exception ex
)
Visual C++
public:
static void LogExceptions(
	Exception^ ex
)
JavaScript
NHibernate.Util.ADOExceptionReporter.logExceptions = function(ex);

Parameters

ex
Type: System..::.Exception

See Also