Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2004-07-08 18:28:30 +0400
committerGeoff Norton <grompf@sublimeintervention.com>2004-07-08 18:28:30 +0400
commita94236a83f0149100c568d022bcef00c0dbdb54e (patch)
tree6c80381a1c960cb093a5b21c2751d03b7a2e56b2 /mcs/class/corlib/System/ChangeLog
parent8376b0f597ec31d3a33a1c7158d1ff5a8fc88d16 (diff)
Patch for #58844 approved by lupus
svn path=/branches/mono-1-0/mcs/; revision=30873
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index c60096103c1..8e4560b1bea 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,5 +1,11 @@
2004-07-07 Geoff Norton <gnorton@customerdna.com>
+ * Monotype.cs: Patch for bug #58844. Dont throw exceptions right away;
+ pass through all the possibly BindingInfo's and keep a bool value as to the type
+ of exception we might need to throw;
+
+2004-07-07 Geoff Norton <gnorton@customerdna.com>
+
* Patch to fix bug #58973
2004-06-25 Ben Maurer <bmaurer@ximian.com>