[Mono-bugs] [Bug 80858][Wis] New - [2.0] URI ctor throws invalid UriFormatException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 14 17:16:12 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 grompf at sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80858
--- shadow/80858 2007-02-14 17:16:12.000000000 -0500
+++ shadow/80858.tmp.18333 2007-02-14 17:16:12.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 80858
+Product: Mono: Runtime
+Version: 1.2
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: grompf at sublimeintervention.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] URI ctor throws invalid UriFormatException
+
+The following snippet throws a UriFormatException on mono; it passes on MS:
+
+using System;
+
+class Test {
+ static void Main (string [] args) {
+ Uri a = new Uri ("/foo/bar", UriKind.Relative);
+ }
+}
More information about the mono-bugs
mailing list