[Mono-bugs] [Bug 70172][Wis] Changed - LdapException.ToString() gets formatting wrong
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Dec 2004 06:44:10 -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 lists@munshi.biz.
http://bugzilla.ximian.com/show_bug.cgi?id=70172
--- shadow/70172 2004-12-03 05:49:50.000000000 -0500
+++ shadow/70172.tmp.12468 2004-12-03 06:44:10.000000000 -0500
@@ -80,6 +80,13 @@
Additional Information:
------- Additional Comments From dick@ximian.com 2004-12-03 05:49 -------
It looks like its the e.ToString() that is throwing a new exception.
Might be culture related.
+
+------- Additional Comments From lists@munshi.biz 2004-12-03 06:44 -------
+I wouldnt beleive that the ToString is throwing an exception, there
+is no difference even if we remove the try/catch block.
+Culture? Do you mean locale? I am using LANG=en_GB.UTF-8, I also
+tried with en_US, there is no difference due to locale.
+