[Mono-bugs] [Bug 44955][Min] Changed - System.Runtime.Serialization.SerializationInfo:GetValue doesn't error out if given @type = null

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 25 Jun 2003 19:29:56 -0400 (EDT)


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 lluis@ideary.com.

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

--- shadow/44955	Tue Jun 17 02:02:44 2003
+++ shadow/44955.tmp.1480	Wed Jun 25 19:29:56 2003
@@ -1,14 +1,14 @@
 Bug#: 44955
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peter@newton.cx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,9 @@
 Arg Null exception if given a null @type argument. It doesn't do this.
 
 (I was trying this because I didn't realize that the deserializer would
 automatically create an instance of the appropriate subclass if you were
 trying to deserialize something not of the exact type you gave it. If you
 care.)
+
+------- Additional Comments From lluis@ideary.com  2003-06-25 19:29 -------
+Fix in CVS