[Mono-bugs] [Bug 81107][Wis] New - System.Delegate.CreateDelegate does not support the throwOnBindFailureParameter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 10 17:59:41 EST 2007
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 dmitchell at logos.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81107
--- shadow/81107 2007-03-10 17:59:41.000000000 -0500
+++ shadow/81107.tmp.31055 2007-03-10 17:59:41.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 81107
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: dmitchell at logos.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Delegate.CreateDelegate does not support the throwOnBindFailureParameter
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+The .NET 2.0 specification introduced a fifth parameter, throwOnBindFailure to the method
+CreateDelegate. If this parameter is true, the behavior of the function does not change, but if it is
+false, then the function returns null if it fails to bind to the method.
+
+This function is currently unsupported in Mono.
+
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list