[Mono-bugs] [Bug 77633][Wis] Changed - DateTime.Parse() throws System.ArgumentOutOfRangeException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 28 16:55:24 EDT 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 davecferguson at gmail.com.

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

--- shadow/77633	2007-05-21 03:34:57.000000000 -0400
+++ shadow/77633.tmp.26593	2007-05-28 16:55:24.000000000 -0400
@@ -58,6 +58,11 @@
 I tested this on .NET, and the exception is FormatException for the
 second case as well.
 
 ------- Additional Comments From dave at somecodeguy.com  2007-05-21 03:34 -------
 .NET 1.1 throws an ArgumentOutOfRangeException
 .NET 2.0 throws a FormatException
+
+------- Additional Comments From davecferguson at gmail.com  2007-05-28 16:55 -------
+Created an attachment (id=19343)
+Proposal to fix 77633.  Throws the appropriate exception for the appropriate runtime version (2.0 versus 1.1) for DateTime.Parse()
+


More information about the mono-bugs mailing list