A1VBCode Forums

on error goto


http://www.a1vbcode.com/vbforums/Topic28164.aspx

By Makura - 9/8/2009

I need help in on error goto in c#.net. How to solved this problem in c#.net. Although it's easy in vb.net
By Mobius - 9/9/2009

Although this method of error handling still exists in .NET languages, it's better and much more acceptable to use Try.....Catch blocks for error handling.



Any particular reason you're using this method? Also, what do you need help with? Please do not post such generic questions; be specific so we can help you out.