[Mono-bugs] [Bug 55247][Nor] Changed - Mono Fails to Throw Exceptions in TypeBuilder but .NET does

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 23:43:11 -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 echeslack@gmail.com.

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

--- shadow/55247	2004-03-06 05:21:05.000000000 -0500
+++ shadow/55247.tmp.30173	2004-07-09 23:43:11.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 55247
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
@@ -88,6 +88,12 @@
  
         foreach ( MethodInfo m in t.GetMethods() ) 
             Console.WriteLine( m.Name ); 
      } 
 } 
  
+
+------- Additional Comments From echeslack@gmail.com  2004-07-09 23:43 -------
+This bug is older than the dupe bug, but the dupe has a patch already
+and is more detailed.
+
+*** This bug has been marked as a duplicate of 59894 ***