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

Syntax

Visual Basic (Declaration)
Public Shared Function Convert ( _
	sqlException As Exception, _
	message As String, _
	sql As SqlString _
) As ADOException
C#
public static ADOException Convert(
	Exception sqlException,
	string message,
	SqlString sql
)
Visual C++
public:
static ADOException^ Convert(
	Exception^ sqlException, 
	String^ message, 
	SqlString^ sql
)
JavaScript
NHibernate.Exceptions.ADOExceptionHelper.convert = function(sqlException, message, sql);

Parameters

sqlException
Type: System..::.Exception
message
Type: System..::.String
sql
Type: NHibernate.SqlCommand..::.SqlString

See Also