Namespaces

Types

Type ADOExceptionHelper

Namespace NHibernate.Exceptions

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

ADOException Convert(Exception sqle, string message, SqlString sql, Object[] parameterValues, IDictionary namedParameters)

Parameters
return ADOException
Exception sqle
string message
SqlString sql
Object[] parameterValues
IDictionary namedParameters

ADOException Convert(Exception sqlException, string message, SqlString sql)

Parameters
return ADOException
Exception sqlException
string message
SqlString sql

ADOException Convert(Exception sqlException, string message)

Converts the given SQLException into NHibernate's ADOException hierarchy, as well as performing appropriate logging.
Parameters
return ADOException The converted ADOException.
Exception sqlException The exception to convert.
string message An optional error message.