IBatisNet.DataMapper.MappedStatements.MappedStatement.ReaderAutoMapper not 
passing up inner exception
-----------------------------------------------------------------------------------------------------

         Key: IBATISNET-72
         URL: http://issues.apache.org/jira/browse/IBATISNET-72
     Project: iBatis for .NET
        Type: Bug
    Reporter: Ron Grabowski
 Assigned to: Gilles Bayon 
    Priority: Minor


This code:

 throw new DataMapperException("Error automapping columns. Cause: " + e);

Should be this to match the other exceptions in the system:

 throw new DataMapperException("Error automapping columns. Cause: " + 
e.Message, e);

There are also a handful of exceptions in NHibernateDaoSession.cs that are 
written the same way.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to