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 [EMAIL PROTECTED]

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

--- shadow/81895        2007-06-18 11:15:56.000000000 -0400
+++ shadow/81895.tmp.31029      2007-06-18 11:15:56.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 81895
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.IO.InvalidDataException has no Serialization-Members
+
+Description of Problem:
+InvalidDataException is marked as [Serializable] but doesn't implement the
+members:
+
+InvalidDataException(SerializationInfo si, StreamingContext context);
+
+and
+
+void ISerializable.GetObjectData (SerializationInfo info, StreamingContext
+context);
+
+As it is derived from System.Exception, which implements ISerializable, I
+believe this class should also implement those members.
+
+Otherwise, for example when throwing this exception over AppDomain-Borders,
+it cannot be serialized.
+
+Additional Information:
+
+- I might attach a TestCase if necessary, but probably this doesn't require
+one ?
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to