in vb handling errors is very simple... such as "on error resume next" or "on error goto blah .... blah: exit sub"

im real new to C# and was wondering on resources for error handling

also is there something like "on error resume next" or something like that in C#?