[Mono-bugs] [Bug 29372][Nor] Changed - catch without exception not allowed by mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Aug 2002 15:40:16 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=29372
--- shadow/29372 Fri Aug 23 11:13:25 2002
+++ shadow/29372.tmp.1529 Fri Aug 23 11:40:16 2002
@@ -1,14 +1,14 @@
Bug#: 29372
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,10 @@
} catch {
return 0;
}
return 1;
}
}
+
+------- Additional Comments From martin@gnome.org 2002-08-23 11:40 -------
+Fixed in CVS.
+