[Mono-bugs] [Bug 396989] New: InvokeMember etc useful exception messages

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 4 04:45:34 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=396989


           Summary: InvokeMember etc useful exception messages
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=220016)
 --> (https://bugzilla.novell.com/attachment.cgi?id=220016)
Test cases

Some exceptions from InvokeMember have generic messages, less helpful for
troubleshooting.  Two instances shown.

   fooType.InvokeMember(..., null, ...)
and 
   fooType.InvokeMember(..., bar, ...)

Both currently produce the same generic exception message:
  Unable to invoke an invalid target.
Should:


Tests and possible patch attached -- are these the only reason those two
exceptions are thrown?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list