Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function Convert ( _
	sqlException As Exception, _
	message As String _
) As ADOException
C#
protected ADOException Convert(
	Exception sqlException,
	string message
)
Visual C++
protected:
ADOException^ Convert(
	Exception^ sqlException, 
	String^ message
)
JavaScript
function convert(sqlException, message);

Parameters

sqlException
Type: System..::.Exception
message
Type: System..::.String

See Also