[Mono-devel-list] On Error

Rafael Teixeira monoman at gmail.com
Tue Jul 26 11:08:07 EDT 2005


We are still working on making On Error runtime support fully
functional. Please register a bugzilla case with more details at:

http://bugzilla.ximian.com/enter_bug.cgi?product=Mono%3A+Class+Libraries&component=VB+Runtime

Anyway, 

I, personally, recommend you to favor Try-Catch over On Error, always,
as it is more efficient and forces you to better organize/structure
your code.

:)

On 7/26/05, Arnhoffer Károly <karnhoffer at ecron.hu> wrote:
> Hi all,
> 
> I have an MS.NET service application developed in VB.NET and compiled with VisualStudio.NET. I try to run it under Mono (SuSE Linux 9.2 Mono 1.1.8).
> 
> When I use On Error statements in the code and an exception occures the whole application crashes: does not run any further. When using Try Catch statements instead of On Error this problem does not happen. Is On Error statement supported in Mono?
> 
> Thanks!
> 
> Arnhoffer Károly
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!



More information about the Mono-devel-list mailing list