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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
