Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
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); |