[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 05:49:50 -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 dick@ximian.com.

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

--- shadow/70172	2004-12-03 01:54:40.000000000 -0500
+++ shadow/70172.tmp.11356	2004-12-03 05:49:50.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 70172
 Product: Mono: Runtime
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: NLD 9, SLP9.2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lists@munshi.biz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: LDAP exception not caught by the catch block
+Summary: LdapException.ToString() gets formatting wrong
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing. 
 Description of Problem: 
  
 static void Main() 
@@ -76,6 +76,10 @@
 How often does this happen?  
 Always. 
  
  
  
 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.