[Mono-bugs] [Bug 80032][Wis] New - OptionalParamBinding is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 24 10:51:18 EST 2006


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 rodrigobamboo at gmail.com.

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

--- shadow/80032	2006-11-24 10:51:18.000000000 -0500
+++ shadow/80032.tmp.21570	2006-11-24 10:51:18.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 80032
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: rodrigobamboo at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: OptionalParamBinding is ignored
+
+Steps to reproduce the problem:
+1. Compile and run the attached program.
+
+Actual Results:
+Unhandled Exception: System.MissingMethodException: The best match for
+method Foo has some invalid parameter.
+  at System.MonoType.InvokeMember (System.String name, BindingFlags
+invokeAttr, System.Reflection.Binder binder, System.Object target,
+System.Object[] args, System.Reflection.ParameterModifier[] modifiers,
+System.Globalization.CultureInfo culture, System.String[] namedParameters)
+[0x00000]
+  at System.Type.InvokeMember (System.String name, BindingFlags invokeAttr,
+System.Reflection.Binder binder, System.Object target, System.Object[]
+args) [0x00000]
+  at BugReport.Main (System.String[] args) [0x00000]
+
+
+Expected Results:
+No exceptions.


More information about the mono-bugs mailing list