[Mono-bugs] [Bug 75739][Maj] Changed - on error resume next is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 8 12:50:08 EDT 2005


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 rafaelteixeirabr at hotmail.com.

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

--- shadow/75739	2005-08-08 12:39:32.000000000 -0400
+++ shadow/75739.tmp.31550	2005-08-08 12:50:08.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Basic
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: rafaelteixeirabr at hotmail.com                            
 ReportedBy: smeegoan at yahoo.com.br               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: on error resume next is ignored
@@ -52,6 +52,23 @@
 should ignore the exception
 
 How often does this happen? 
 always
 
 Additional Information:
+
+------- Additional Comments From rafaelteixeirabr at hotmail.com  2005-08-08 12:50 -------
+We still didn't implement On Error processing on the compiler. 
+We will implement...
+
+It is strongly recommend to use Try Catch instead:
+
+Module Module1
+
+    Sub Main()
+        Try
+          Kill("fdddsfds")
+        Catch
+        End Try
+    End Sub
+
+End Module


More information about the mono-bugs mailing list