[Mono-bugs] [Bug 29907][Min] New - Provide better error message when overload resolve fails.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
5 Sep 2002 00:35:17 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=29907

--- shadow/29907	Wed Sep  4 20:35:17 2002
+++ shadow/29907.tmp.1920	Wed Sep  4 20:35:17 2002
@@ -0,0 +1,21 @@
+Bug#: 29907
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+AssignedTo: martin@gnome.org                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Provide better error message when overload resolve fails.
+
+Currently MCS does only report that it could not resolve the invocation
+with the given argument list.  it should be more useful and display which
+method is the closest one.