You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Michael Schall (JIRA)" <ib...@incubator.apache.org> on 2008/07/01 20:06:46 UTC

[jira] Created: (IBATISNET-277) Better error message for "Specified cast is not valid."

Better error message for "Specified cast is not valid."
-------------------------------------------------------

                 Key: IBATISNET-277
                 URL: https://issues.apache.org/jira/browse/IBATISNET-277
             Project: iBatis for .NET
          Issue Type: Improvement
    Affects Versions: DataMapper 1.6.2
            Reporter: Michael Schall
            Assignee: Gilles Bayon


When getting an error about a result map setter, it would be nice to have which column and the value that is causing the error.

System.InvalidCastException: Specified cast is not valid.

   at SetImplementation(Object , Object )
   at IBatisNet.Common.Utilities.Objects.Members.DelegatePropertySetAccessor.Set(Object target, Object value)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.