[Mono-bugs] [Bug 51498][Nor] Changed - Missing Serializable flag in System.Web.HttpException parent's class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Nov 2003 21:06:46 -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 gonzalo@ximian.com.

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

--- shadow/51498	2003-11-29 12:17:52.000000000 -0500
+++ shadow/51498.tmp.28111	2003-11-29 21:06:46.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51498
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tiago.lima@vianw.pt               
 QAContact: mono-bugs@ximian.com
@@ -20,6 +20,13 @@
 System.Runtime.InteropServices.ExternalException, is not marked as 
 Serializable" as indicated in the MSDN documentation ?
 
 http://msdn.microsoft.com/library/default.asp?url=/library/en-
 us/cpref/html/frlrfsystemruntimeinteropservicesexternalexceptionclasstopic.
 asp
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-29 21:06 -------
+namespace System.Runtime.InteropServices {
+	[Serializable]
+	public class ExternalException : SystemException {
+		// Constructors
+