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

Syntax

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

Parameters

ex
Type: System..::.Exception
message
Type: System..::.String

See Also