[Mono-bugs] [Bug 38061][Wis] Changed - mono fails to throw an exception in String.Format

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 13 Feb 2003 23:46:52 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/38061	Thu Feb 13 23:27:32 2003
+++ shadow/38061.tmp.12623	Thu Feb 13 23:46:52 2003
@@ -1,16 +1,16 @@
 Bug#: 38061
-Product: Mono/Class Libraries
+Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
-Component: CORLIB
+Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -54,6 +54,10 @@
 
 
 ------- Additional Comments From mathpup@mylinuxisp.com  2003-02-13 23:27 -------
 Created an attachment (id=3369)
 patch
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-02-13 23:46 -------
+The problem is that mcs chooses String.Format (string format, object
+arg) and csc chooses (string format, object [] args).