[Mono-bugs] [Bug 28260][Maj] Changed - Unhandled Exception calling Type.GetMethod()

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Jul 2002 23:50:40 -0000


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=28260

--- shadow/28260	Fri Jul 26 19:41:43 2002
+++ shadow/28260.tmp.10871	Fri Jul 26 19:50:40 2002
@@ -1,14 +1,14 @@
 Bug#: 28260
 Product: Mono/Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: alp debian sid packages
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kiwnix@yahoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,9 @@
         public static void Main()
         {
                 Type MyType = Type.GetType("prueba");
                 MethodBase Mymethodbase = MyType.GetMethod("Mymethod");
         }
 }
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-26 19:50 -------
+It works with current version.