Re: [Mono-dev] empty URI error

2007-12-06 Thread Gert Driesen
Marko, Please submit a bug report for this. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marko Žmak Sent: donderdag 6 december 2007 8:47 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] empty URI error I found some strange behaviour

[Mono-dev] empty URI error

2007-12-05 Thread Marko Žmak
I found some strange behaviour in System.Uri class in mono. Executing this code: new System.Uri(, System.UriKind.Relative); throws Invalid URI format exception and the applicatin hangs. Furthermore, executing this: new System.Uri(X, System.UriKind.Relative); also throws the same exception.