[Mono-bugs] [Bug 73596][Nor] New - SqlException cannot be deserialized under .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 10:06:07 -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 dezelin@gmail.com.

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

--- shadow/73596	2005-03-11 10:06:07.000000000 -0500
+++ shadow/73596.tmp.29488	2005-03-11 10:06:07.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 73596
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Fedora Core 3 - built from the latest SVN
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@novell.com                            
+ReportedBy: dezelin@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SqlException cannot be deserialized under .NET
+
+Description of Problem:
+
+When the SqlException is thrown on the remoting server side, it cannot be
+deserialized on .NET remoting side.
+
+
+Steps to reproduce the problem:
+1. Throw a SqlException in remoting server under Mono and try to catch it
+under .NET
+
+Actual Results:
+Serialization exception saying that "Errors field cannot be deserialized"
+
+
+Expected Results:
+SqlException is catched on the .NET side.
+
+How often does this happen? 
+Always
+
+Additional Information:
+Fix is in the attachment. I've just changed the serialization name of the
+field '_errors' to a proper one.
+
+Cheers,
+Aleksandar Dezelin