[Mono-bugs] [Bug 52064][Maj] Changed - Exception throwing MUST set the error information (Err object) before throwing the exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 03:25:51 -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 jwezel@compumaster.de.

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

--- shadow/52064	2004-02-20 08:31:23.000000000 -0500
+++ shadow/52064.tmp.17362	2004-03-04 03:25:51.000000000 -0500
@@ -71,6 +71,15 @@
 err.number)
 Console.Writeline("Exception=" & ex.message)
 end try
 end sub
 End Class
 
+
+------- Additional Comments From jwezel@compumaster.de  2004-03-04 03:25 -------
+Only a thought:
+
+The Err object should retrieve it's information from the thrown 
+Exception just in time and should not be set by the exception itself. 
+
+Exceptions are internal CLR objects, but the Err object is 
+Microsoft.VisualBasic specific...