[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 17:38: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 vargaz@gmail.com.

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

--- shadow/70172	2004-12-03 06:44:10.000000000 -0500
+++ shadow/70172.tmp.24319	2004-12-03 17:38:52.000000000 -0500
@@ -87,6 +87,14 @@
 ------- 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. 
  
+
+------- Additional Comments From vargaz@gmail.com  2004-12-03 17:38 -------
+This is not a runtime bug, from the stack trace, it can be seen that
+the exception is indeed caught, but LdapException.ToString () throws
+another one. If you remove the try-catch block, the runtime itself
+will catch the exception and call ToString () on it, so the output is
+the same.
+