BaseClasses Documentation

IAdapterSqlFragmentEncoder.ConvertDBException Method 

Converts an exception message to a more readable message.

Exception ConvertDBException(
   Exception e,
   string msg,
   IRelationalDataAdapter adapter
);

Parameters

e
msg
adapter
the adapter used to create the SQL statement.

Return Value

The new mapped exception.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace