[Mono-bugs] [Bug 81895][Nor] Changed - System.IO.InvalidDataException has no Serialization-Members
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 18 11:44:06 EDT 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81895
--- shadow/81895 2007-06-18 11:15:56.000000000 -0400
+++ shadow/81895.tmp.31525 2007-06-18 11:44:06.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: daniel at hofmannmail.ath.cx
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -34,6 +34,19 @@
it cannot be serialized.
Additional Information:
- I might attach a TestCase if necessary, but probably this doesn't require
one ?
+
+------- Additional Comments From robertj at gmx.net 2007-06-18 11:44 -------
+System.IO.InvalidDataException is derived from SystemException
+which in turn implements the deserialization ctor.
+
+Since System.IO.InvalidDataException doesn't define any
+fields, it doesn't need to implement this ctor. or GetObjectData.
+
+So, where is the issue? Do you have interop problems with MS.NET?
+Please attach a self-contained test case, if so.
+
+Thanks!
+
More information about the mono-bugs
mailing list